Skip to content

Commit

Permalink
Bump getsentry/action-release from 3.0.0 to 3.1.0 (#658)
Browse files Browse the repository at this point in the history
Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 3.0.0 to 3.1.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@f56d67b...fa24763)

---
updated-dependencies:
- dependency-name: getsentry/action-release
  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>
  • Loading branch information
dependabot[bot] authored Mar 8, 2025
1 parent d4a01db commit 749a966
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@f56d67ba2a9debb25b217cfa562a6153174e8df6
uses: getsentry/action-release@fa247637f74d407f51d8423a5dc10abae1917873
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: authentik-security-inc
Expand Down

0 comments on commit 749a966

Please sign in to comment.