diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed1b54d..64a9633 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - name: Create draft release id: create - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const tag = context.ref.replace('refs/tags/', ''); @@ -133,7 +133,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Mark release as published - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | await github.rest.repos.updateRelease({