Skip to content

Commit 12add85

Browse files
committed
ci: fixed incorrect beta releae ref name
1 parent ae1397e commit 12add85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/beta-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
issues: write # To comment on released issues
8787
pull-requests: write # To comment on released pull requests
8888
id-token: write # To enable use of OIDC for npm provenance
89-
if: github.ref == 'refs/heads/main'
89+
if: github.ref == 'refs/heads/beta'
9090
steps:
9191
- name: Checkout
9292
uses: actions/checkout@v4

0 commit comments

Comments
 (0)