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.
2 parents 8c21c70 + 7ae8550 commit 2ed2accCopy full SHA for 2ed2acc
1 file changed
.github/workflows/build.yml
@@ -259,7 +259,7 @@ jobs:
259
# https://github.com/marketplace/actions/github-script
260
- name: 🧪 Check if release exists with the same name
261
id: check_release
262
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
263
with:
264
script: |
265
const name = '${{ steps.get_version.outputs.name }}';
0 commit comments