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 70930a7 commit 729c57aCopy full SHA for 729c57a
.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