diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8745ee4..db9862b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: steps: # Generate GitHub App token for authentication - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: app-token with: app-id: ${{ secrets.lerian_studio_push_bot_app_id }}