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 c9f39c6 commit 41815d0Copy full SHA for 41815d0
.github/workflows/release-tag.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
# https://github.com/actions/github-script
17
# https://octokit.github.io/rest.js/v18#repos-create-release
18
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v8
19
with:
20
script: |
21
if (!context.ref.startsWith('refs/tags/')) {
0 commit comments