diff options
author | 2025-07-16 18:51:25 +0100 | |
---|---|---|
committer | 2025-07-16 18:51:25 +0100 | |
commit | aaa8616bc90744d27631a6950936a25e1dcbe903 (patch) | |
tree | 32d9a2429bf399a7dac2360af8ed5431831daa7a | |
parent | Update whitespace (diff) |
Bump getsentry/action-release from 1 to 3 (#1686)
Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 1 to 3.
- [Release notes](https://github.com/getsentry/action-release/releases)
- [Changelog](https://github.com/getsentry/action-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/action-release/compare/v1...v3)
---
updated-dependencies:
- dependency-name: getsentry/action-release
dependency-version: '3'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/sentry_release.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sentry_release.yaml b/.github/workflows/sentry_release.yaml index 8b323a14..9ec4975d 100644 --- a/.github/workflows/sentry_release.yaml +++ b/.github/workflows/sentry_release.yaml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v4 - name: Create a Sentry.io release - uses: getsentry/action-release@v1 + uses: getsentry/action-release@v3 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: python-discord |