Skip to content

Commit

Permalink
fix(deps): bump getsentry/action-release from 1 to 2 in the all group (
Browse files Browse the repository at this point in the history
…#387)

Bumps the all group with 1 update: [getsentry/action-release](https://github.com/getsentry/action-release).


Updates `getsentry/action-release` from 1 to 2
- [Release notes](https://github.com/getsentry/action-release/releases)
- [Changelog](https://github.com/getsentry/action-release/blob/master/CHANGELOG.md)
- [Commits](getsentry/action-release@v1...v2)

---
updated-dependencies:
- dependency-name: getsentry/action-release
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent bc4d8ca commit 3ae372b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: pnpm run wrangler deploy --define SENTRY_RELEASE:"'${{ github.sha }}'" --dry-run --outdir=.

- name: Create Sentry release
uses: getsentry/action-release@v1
uses: getsentry/action-release@v2
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
Expand Down

0 comments on commit 3ae372b

Please sign in to comment.