Skip to content

fix: publish prereleases with beta tag#83

Merged
kjonescertinia merged 1 commit into
mainfrom
fix/prerelease-publish-tag
Jun 14, 2026
Merged

fix: publish prereleases with beta tag#83
kjonescertinia merged 1 commit into
mainfrom
fix/prerelease-publish-tag

Conversation

@nawforce

Copy link
Copy Markdown
Contributor

Summary

Fixes the npm publish workflow for prerelease versions.

  • publish prerelease GitHub releases with pnpm publish --tag beta
  • keep normal releases publishing without an explicit tag

This addresses the failure seen when publishing 3.3.1-beta.0:

You must specify a tag using --tag when publishing a prerelease version.

Why

test-runner prerelease versions such as 3.3.1-beta.0 cannot be published to npm without an explicit dist-tag. The previous workflow always used the default publish command, which works for stable releases but fails for prereleases.

@kjonescertinia kjonescertinia merged commit f258e42 into main Jun 14, 2026
1 check passed
@kjonescertinia kjonescertinia deleted the fix/prerelease-publish-tag branch June 14, 2026 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants