From a4bb83ae8cfda1301956f52f1053e2af38c82690 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Wed, 21 Apr 2021 10:34:25 +0100 Subject: [PATCH] Update release-npm.sh --- scripts/travis/release/release-npm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis/release/release-npm.sh b/scripts/travis/release/release-npm.sh index e0f8a12dc2..57e5318a28 100755 --- a/scripts/travis/release/release-npm.sh +++ b/scripts/travis/release/release-npm.sh @@ -14,7 +14,7 @@ then if [[ $TRAVIS_EVENT_TYPE == "cron" ]]; then - TAG_NPM=beta + TAG_NPM=alpha fi echo "Publishing on npm with tag $TAG_NPM"