diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index edd134f..8ef5d20 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: - name: Create Release Notes if: github.event_name == 'release' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const release = context.payload.release;