Skip to content

Commit

Permalink
Bump getsentry/action-release from 1 to 2 (#1167)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marc P <[email protected]>
  • Loading branch information
dependabot[bot] and cram-cfa authored Feb 18, 2025
1 parent c1d83df commit 8df1c61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8df1c61

Please sign in to comment.