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 5c256bc + 41815d0 commit a90a573Copy full SHA for a90a573
.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