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 a0c326d commit 2686a1eCopy full SHA for 2686a1e
1 file changed
.github/workflows/publish.yml
@@ -77,7 +77,7 @@ jobs:
77
} >> $GITHUB_OUTPUT
78
79
- name: Create GitHub Release
80
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
81
with:
82
github-token: ${{ secrets.GITHUB_TOKEN }}
83
script: |
0 commit comments