From f1fa54db806f38912a600c4262a9a05847b5f413 Mon Sep 17 00:00:00 2001 From: Ankur Banerjee Date: Thu, 10 Oct 2024 16:56:08 +0200 Subject: [PATCH] ci: Fix getsentry/action version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}