Skip to content

Commit

Permalink
chore(ci): fix beta releases
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Jul 30, 2024
1 parent 70ad3e1 commit 9c1d036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
run: pnpm publish -r
- name: Publish packages (beta)
if: github.ref == 'refs/heads/beta'
run: pnpm publish -r --tag beta
run: pnpm publish -r --tag beta --publish-branch beta

0 comments on commit 9c1d036

Please sign in to comment.