From 8df1c61122435c5fc0ea6f817a3c933df3956494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 09:12:49 -0600 Subject: [PATCH] Bump getsentry/action-release from 1 to 2 (#1167) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc P --- .github/workflows/deploy-to-prod.yaml | 2 +- .github/workflows/deploy-to-staging.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-prod.yaml b/.github/workflows/deploy-to-prod.yaml index c7ac22a8b..c5c6a9045 100644 --- a/.github/workflows/deploy-to-prod.yaml +++ b/.github/workflows/deploy-to-prod.yaml @@ -25,7 +25,7 @@ jobs: # Looking for secrets/variables for the application? Check the configuration tab in the Aptible app GUI - name: Create Sentry release - uses: getsentry/action-release@v1 + uses: getsentry/action-release@v2 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: codeforamerica diff --git a/.github/workflows/deploy-to-staging.yaml b/.github/workflows/deploy-to-staging.yaml index 9b3dd1587..1a8db2e49 100644 --- a/.github/workflows/deploy-to-staging.yaml +++ b/.github/workflows/deploy-to-staging.yaml @@ -33,7 +33,7 @@ jobs: run: echo "::set-output name=RELEASE::$(git rev-parse HEAD)" - name: Create Sentry release - uses: getsentry/action-release@v1 + uses: getsentry/action-release@v2 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: codeforamerica