removed test tag (#8127)

This commit is contained in:
Marco Carrozzo 2023-01-11 16:42:06 +01:00 committed by GitHub
parent e7624f031a
commit 9f77d4187b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,9 +23,6 @@ then
TAG_NPM=alpha
fi
if [[ -n "$GITHUB_ACTIONS" ]]; then
TAG_NPM=test
fi
echo "Publishing on npm with tag $TAG_NPM"
./node_modules/@alfresco/adf-cli/bin/adf-cli npm-publish \
--npmRegistry $NPM_REGISTRY_ADDRESS \