chore(dist-tags): use alpha dist tags for 5.x.y-alpha.* releases (#8526)
Refs #8518
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user