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

@@ -32,7 +32,7 @@ cp ../../../NOTICE ../dist
cd ../dist
if [ "$PUBLISH_FLAVOR_REACT" = "true" ] ; then
npm publish . --tag alpha
npm publish . --tag beta
else
npm pack .
fi