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 d3c878e commit c467946Copy full SHA for c467946
.github/workflows/binaries.yml
@@ -133,7 +133,7 @@ jobs:
133
- if: startsWith(github.ref, 'refs/tags/v')
134
name: Generate release notes
135
id: release_notes
136
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
137
with:
138
script: |
139
const { data: releaseNotes } = await github.rest.repos.generateReleaseNotes({
0 commit comments