chore(dist-tags): use alpha dist tags for 5.x.y-alpha.* releases (#8526)

Refs #8518
This commit is contained in:
Vladimír Gorej
2023-03-28 13:55:07 +02:00
committed by GitHub
parent 4db964378b
commit b99436b265
2 changed files with 2 additions and 2 deletions

View File

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

View File

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