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 e025312 commit 4659ae1Copy full SHA for 4659ae1
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Fail if not running on main branch
28
if: ${{ github.ref != 'refs/heads/main' }}
29
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
30
with:
31
script: |
32
core.setFailed('Not running on main branch, github.ref is ${{ github.ref }}. Please start this workflow only on main')
0 commit comments