This commit is contained in:
Maurizio Vitale
2023-04-19 12:10:22 +01:00
committed by GitHub
parent 419453da78
commit 54bc57c12a

View File

@@ -17,7 +17,7 @@ module.exports = async ({github, context, dependencyName, tagVersion = 'alpha' }
});
let latestPkgToUpdate = undefined;
if (tagVersion !== 'release') {
if (tagVersion !== 'latest') {
console.log('alpha: taking most recent')
const filteredAlphaPkgs = availablePakages.filter( (item) => item.name.match('^[0-9]*.[0-9]*.[0-9]*.-[0-9]*$'));