Skip to content

Commit

Permalink
Bump getsentry/action-release from 1.10.4 to 3.0.0 (#657)
Browse files Browse the repository at this point in the history
Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 1.10.4 to 3.0.0.
- [Release notes](https://github.com/getsentry/action-release/releases)
- [Changelog](https://github.com/getsentry/action-release/blob/master/CHANGELOG.md)
- [Commits](getsentry/action-release@b5b5a8c...f56d67b)

---
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>
  • Loading branch information
dependabot[bot] authored Mar 5, 2025
1 parent b46b43a commit d4a01db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
VERSION=$(./$(ls) -version)
echo "##[set-output name=version]$VERSION"
- name: Create a Sentry.io release
uses: getsentry/action-release@b5b5a8ce7540bd7f67594177d52464a9bb543fb8
uses: getsentry/action-release@f56d67ba2a9debb25b217cfa562a6153174e8df6
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: authentik-security-inc
Expand Down

0 comments on commit d4a01db

Please sign in to comment.