Skip to content

Commit b40cd32

Browse files
committed
fix(release): no beta tag just pre build
1 parent eda4ac2 commit b40cd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545

4646
- name: Publish beta packages
47-
run: pnpm changeset publish --tag beta
47+
run: pnpm changeset publish
4848
env:
4949
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5050

0 commit comments

Comments
 (0)