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 77d13d7 commit ab8d78bCopy full SHA for ab8d78b
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Fail if not running on main branch
33
if: ${{ github.ref != 'refs/heads/main' }}
34
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
35
with:
36
script: |
37
core.setFailed('Not running on main branch, github.ref is ${{ github.ref }}. Please start this workflow only on main')
0 commit comments