chore(release): prepare configuration for switching to beta channel (#8914)

Refs #8684
This commit is contained in:
Vladimír Gorej
2023-06-11 21:03:50 +02:00
committed by GitHub
parent 12c7493018
commit 0113b3f224
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ cp ../LICENSE .
cp ../NOTICE .
if [ "$PUBLISH_DIST" = "true" ] || [ "$TRAVIS" = "true" ] ; then
npm publish . --tag alpha
npm publish . --tag beta
else
npm pack .
fi