We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c8818d commit 95c106dCopy full SHA for 95c106d
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
npm ci
31
32
- name: Release
33
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta'
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments