diff options
author | 2025-03-23 19:23:45 +0000 | |
---|---|---|
committer | 2025-03-23 19:23:45 +0000 | |
commit | 4e1b574567c1217506b58825e8f84d7b8b73547a (patch) | |
tree | 8c7029aa3e8e0f9afb921303d674be8ff4b76626 | |
parent | Fix dependabot config (diff) |
build(deps): bump getsentry/action-release from 1 to 3 (#318)
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.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sentry_release.yaml b/.github/workflows/sentry_release.yaml index e0936c9..7c968c4 100644 --- a/.github/workflows/sentry_release.yaml +++ b/.github/workflows/sentry_release.yaml @@ -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 |