Skip to content

Commit b9c7078

Browse files
authored
Use the "dev" tag for new releases (#5877)
1 parent 798aca1 commit b9c7078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/workflow/pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dist_tag() {
1010
if [ "$PRERELEASE" = "true" ]; then
1111
echo "next"
1212
elif npx semver -r ">$LATEST_NPM_VERSION" "$PACKAGE_JSON_VERSION" > /dev/null; then
13-
echo "latest"
13+
echo "dev"
1414
else
1515
# This is a patch for an older version
1616
# npm can't publish without a tag

0 commit comments

Comments
 (0)