diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5fdc0d..04f5c47 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,5 +24,4 @@ jobs: id: release with: release-type: simple - env: - GITHUB_TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN }} + token: ${{ secrets.RELEASE_PLEASE_TOKEN }}