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 74261db + 5a66705 commit 5ad5f1cCopy full SHA for 5ad5f1c
.github/workflows/release.yaml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- name: Extract Tag Info
26
id: tag-info-raw
27
- uses: actions/github-script@v6
+ uses: actions/github-script@v8
28
with:
29
script: |
30
const tag = "${{ github.ref }}";
0 commit comments