diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0fb82a0b4..7ce25fa0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: # Required for short-lived token provided to Semantic Release - name: "Obtain Github App token" id: app-token - uses: getsentry/action-github-app-token@v3.1 + uses: getsentry/action-github-app-token@v3 with: app_id: ${{ secrets.BOT_APP_ID }} private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }}