diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index df65aa0..393cbe5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: command: manifest - if: steps.release.outputs.releases_created name: Trigger Publish - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ (secrets.github-token != '' && secrets.github-token) || secrets.GITHUB_TOKEN }} retries: 3