Update release-npm.sh

This commit is contained in:
Eugenio Romano
2021-04-21 10:34:25 +01:00
committed by GitHub
parent 1a3cf77986
commit a4bb83ae8c

View File

@@ -14,7 +14,7 @@ then
if [[ $TRAVIS_EVENT_TYPE == "cron" ]]; if [[ $TRAVIS_EVENT_TYPE == "cron" ]];
then then
TAG_NPM=beta TAG_NPM=alpha
fi fi
echo "Publishing on npm with tag $TAG_NPM" echo "Publishing on npm with tag $TAG_NPM"