We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3517a commit afc7d63Copy full SHA for afc7d63
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Fail if not running on main branch
30
if: ${{ github.ref != 'refs/heads/main' }}
31
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
32
with:
33
script: |
34
core.setFailed('Not running on main branch, github.ref is ${{ github.ref }}. Please start this workflow only on main')
@@ -90,7 +90,7 @@ jobs:
90
91
92
93
94
95
96
0 commit comments