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 2c74629 commit a83e7d7Copy full SHA for a83e7d7
.github/workflows/prerelease.yml
@@ -161,7 +161,7 @@ jobs:
161
git push origin "$NEW_VERSION"
162
163
- name: Create GitHub Prerelease
164
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
165
with:
166
script: |
167
const fs = require('fs');
.github/workflows/release.yml
@@ -227,7 +227,7 @@ jobs:
227
228
229
- name: Create GitHub Release
230
231
232
233
0 commit comments