diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 977ccca..1dd7527 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: release_created: ${{ steps.release.outputs.release_created }} runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: create-iat with: app-id: ${{ secrets.RELEASE_GITHUB_APP_ID }}