diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2cb119e..a536215 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - run: npm ci - run: npm run build - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.RELEASER_APP_ID }}