diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0a9122..ad62683 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -168,7 +168,7 @@ jobs: git push - name: Create Release - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const tag = context.ref.replace('refs/tags/', '');