We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa976ec + 8172a66 commit 6fdb415Copy full SHA for 6fdb415
1 file changed
.github/workflows/npm.yml
@@ -72,7 +72,7 @@ jobs:
72
# Otherwise, this is a maintenance release on an older line
73
# Tag as v<major>.<minor> so users can pin to it
74
MAJOR_MINOR=$(echo "$VERSION" | cut -d. -f1,2)
75
- DIST_TAG="v${MAJOR_MINOR}"
+ DIST_TAG="release-${MAJOR_MINOR}"
76
echo "Maintenance release detected, publishing under '$DIST_TAG' tag"
77
npm publish "${PUBLISH_FLAGS[@]}" --tag "$DIST_TAG"
78
fi
0 commit comments