diff options
author | 2024-06-10 14:38:14 +0100 | |
---|---|---|
committer | 2024-06-10 14:38:14 +0100 | |
commit | 40b263a8cfe816b325d382dd85a7a38cc00a576d (patch) | |
tree | 3bb591a23483e314bef17a78b6575417d92e90dd | |
parent | Bump HassanAbouelela/actions from setup-python_v1.5.0 to 1.6.0 (#1536) (diff) |
Bump tclindner/sentry-releases-action from 1.2.0 to 1.3.0 (#1549)
Bumps [tclindner/sentry-releases-action](https://github.com/tclindner/sentry-releases-action) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/tclindner/sentry-releases-action/releases)
- [Changelog](https://github.com/tclindner/sentry-releases-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tclindner/sentry-releases-action/compare/v1.2.0...v1.3.0)
---
updated-dependencies:
- dependency-name: tclindner/sentry-releases-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 a54b52cb..e4f5df6a 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: tclindner/[email protected] + uses: tclindner/[email protected] env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: python-discord |