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 7f3c96d commit c1f050cCopy full SHA for c1f050c
.github/workflows/cd.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Get release info for tag
44
id: release
45
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
46
with:
47
script: |
48
try {
0 commit comments