Skip to content

Commit 953fa31

Browse files
authored
Merge pull request #104 from aspiers/fix-release
2 parents 5a2b0f1 + 22009fc commit 953fa31

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)