diff options
author | 2025-03-29 20:16:10 +0000 | |
---|---|---|
committer | 2025-03-29 20:16:10 +0000 | |
commit | 90a7f74d49920412e92dfca5a67ebd0646c0dae1 (patch) | |
tree | a1fb4681c664b33483eca44487a2b9ba9039c1f4 | |
parent | Zen slicing (#3297) (diff) |
Bump getsentry/action-release from 1 to 3 (#3305)
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-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.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sentry_release.yml b/.github/workflows/sentry_release.yml index cead62d55..ec96e5c2f 100644 --- a/.github/workflows/sentry_release.yml +++ b/.github/workflows/sentry_release.yml @@ -12,7 +12,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 |