AAE-37923 - npm-check-bundle should take the released version to be sure to check the correct package on patch release (#11168)

This commit is contained in:
Vito Albano
2025-09-03 15:15:21 +01:00
committed by GitHub
parent 3ac2a91ea0
commit 0564e67ba6
2 changed files with 55 additions and 3 deletions
+3 -1
View File
@@ -23,4 +23,6 @@ runs:
echo "TAG_NPM not set, aborting"
exit 1
fi
./scripts/github/build/npm-check-bundles.sh
ADF_VERSION=$(npm view @alfresco/adf-core@${TAG_NPM} version)
echo "check bundle on TAG_NPM='${TAG_NPM}' and ADF_VERSION='${ADF_VERSION}'"
./scripts/github/build/npm-check-bundles.sh -v ${ADF_VERSION}