We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a2b0f1 + 22009fc commit 953fa31Copy full SHA for 953fa31
.github/workflows/release.yml
@@ -131,7 +131,7 @@ jobs:
131
if: env.RELEASE_TYPE == 'beta'
132
# changeset publish will automatically use the beta tag when in
133
# prerelease mode and will create git tags for the release
134
- run: npm run release -- --tag beta
+ run: npm run release
135
env:
136
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
137
NPM_CONFIG_PROVENANCE: true
0 commit comments