diff --git a/scripts/release/workflow/pack.sh b/scripts/release/workflow/pack.sh index ce30712f803..929bd84c487 100644 --- a/scripts/release/workflow/pack.sh +++ b/scripts/release/workflow/pack.sh @@ -10,7 +10,7 @@ dist_tag() { if [ "$PRERELEASE" = "true" ]; then echo "next" elif npx semver -r ">$LATEST_NPM_VERSION" "$PACKAGE_JSON_VERSION" > /dev/null; then - echo "latest" + echo "dev" else # This is a patch for an older version # npm can't publish without a tag