Skip to content

Commit 95c106d

Browse files
committed
ci: beta release
1 parent 8c8818d commit 95c106d

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
@@ -30,7 +30,7 @@ jobs:
3030
npm ci
3131
3232
- name: Release
33-
if: github.ref == 'refs/heads/main'
33+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta'
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)