fix release npm (#8333)

This commit is contained in:
Maurizio Cacace
2023-03-01 15:19:02 +01:00
committed by GitHub
parent 8ab4e15daf
commit 5d92a08f1e

View File

@@ -24,14 +24,6 @@ then
TAG_NPM=alpha
fi
echo "Publishing on GH PKG registry with tag $TAG_NPM"
./node_modules/@alfresco/adf-cli/bin/adf-cli npm-publish \
--npmRegistry "npm.pkg.github.com" \
--tokenRegistry $github_token \
--tag $TAG_NPM \
--pathProject "$(pwd)" \
"$@"
echo "Publishing on Public npm registry with tag $TAG_NPM"
./node_modules/@alfresco/adf-cli/bin/adf-cli npm-publish \
--npmRegistry $NPM_REGISTRY_ADDRESS \