We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d1fab4 commit 6bf4ceeCopy full SHA for 6bf4cee
1 file changed
.github/workflows/release.yml
@@ -76,7 +76,7 @@ jobs:
76
77
- name: Create Release
78
id: create_release
79
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
80
with:
81
script: |
82
await github.request(`POST /repos/${{ github.repository }}/releases`, {
0 commit comments