We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78f62d commit 9bb888cCopy full SHA for 9bb888c
.github/workflows/release.yml
@@ -171,7 +171,8 @@ jobs:
171
echo "Publishing to npm..."
172
173
# Publish using npm publish which supports OIDC/trusted publishing
174
- npm publish --provenance --access public
+ # --tag beta required for prerelease versions (1.0.0-beta.x)
175
+ npm publish --provenance --access public --tag beta
176
echo "✓ Published $VERSION_AFTER to npm"
177
else
178
echo "No version change detected (version: $VERSION_AFTER)"
0 commit comments