Skip to content

Commit 22009fc

Browse files
committed
Revert "fix: publish beta releases to beta npm tag"
This reverts commit a238d85 which didn't work. We'll just have to live with the bug that Changesets won't update the `beta` tag, only the `latest` tag. Hopefully this bug won't persist once we have a stable release.
1 parent 5a2b0f1 commit 22009fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
if: env.RELEASE_TYPE == 'beta'
132132
# changeset publish will automatically use the beta tag when in
133133
# prerelease mode and will create git tags for the release
134-
run: npm run release -- --tag beta
134+
run: npm run release
135135
env:
136136
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
137137
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)