Skip to content

Commit 0b8568c

Browse files
authored
Merge pull request #47 from hypercerts-org/feat/v2_sdk_with_atproto_support
fix(release): no beta tag just pre build
2 parents 1c06ba0 + b40cd32 commit 0b8568c

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)