mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix tag (#8492)
This commit is contained in:
@@ -17,7 +17,7 @@ module.exports = async ({github, context, dependencyName, tagVersion = 'alpha' }
|
|||||||
});
|
});
|
||||||
|
|
||||||
let latestPkgToUpdate = undefined;
|
let latestPkgToUpdate = undefined;
|
||||||
if (tagVersion !== 'release') {
|
if (tagVersion !== 'latest') {
|
||||||
console.log('alpha: taking most recent')
|
console.log('alpha: taking most recent')
|
||||||
|
|
||||||
const filteredAlphaPkgs = availablePakages.filter( (item) => item.name.match('^[0-9]*.[0-9]*.[0-9]*.-[0-9]*$'));
|
const filteredAlphaPkgs = availablePakages.filter( (item) => item.name.match('^[0-9]*.[0-9]*.[0-9]*.-[0-9]*$'));
|
||||||
|
Reference in New Issue
Block a user