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.
2 parents ae1397e + 12add85 commit 57a83a3Copy full SHA for 57a83a3
.github/workflows/beta-release.yml
@@ -86,7 +86,7 @@ jobs:
86
issues: write # To comment on released issues
87
pull-requests: write # To comment on released pull requests
88
id-token: write # To enable use of OIDC for npm provenance
89
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/beta'
90
steps:
91
- name: Checkout
92
uses: actions/checkout@v4
0 commit comments