diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fef4219..0e99dbc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -303,7 +303,7 @@ jobs: - id: create_release name: Create GitHub release - uses: actions/github-script@v7 + uses: actions/github-script@v8 if: steps.check_version_bump.outputs.CREATE_RELEASE == 'true' with: github-token: ${{ secrets.GITHUB_TOKEN }}