mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix release npm (#8333)
This commit is contained in:
@@ -24,14 +24,6 @@ then
|
|||||||
TAG_NPM=alpha
|
TAG_NPM=alpha
|
||||||
fi
|
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"
|
echo "Publishing on Public npm registry with tag $TAG_NPM"
|
||||||
./node_modules/@alfresco/adf-cli/bin/adf-cli npm-publish \
|
./node_modules/@alfresco/adf-cli/bin/adf-cli npm-publish \
|
||||||
--npmRegistry $NPM_REGISTRY_ADDRESS \
|
--npmRegistry $NPM_REGISTRY_ADDRESS \
|
||||||
|
Reference in New Issue
Block a user