Skip to content

Commit

Permalink
chore(deps): bump getsentry/action-release from 1.4.1 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [getsentry/action-release](https://github.com/getsentry/action-release) from 1.4.1 to 1.6.0.
- [Release notes](https://github.com/getsentry/action-release/releases)
- [Commits](getsentry/action-release@v1.4.1...v1.6.0)

---
updated-dependencies:
- dependency-name: getsentry/action-release
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent c2196a7 commit f460bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
with:
fetch-depth: 0
- name: Sentry Release
uses: getsentry/action-release@v1.4.1
uses: getsentry/action-release@v1.6.0
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{env.SENTRY_NAME}}
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
echo "version=$version.0" >> $GITHUB_OUTPUT
id: version
- name: Sentry Release
uses: getsentry/action-release@v1.4.1
uses: getsentry/action-release@v1.6.0
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{env.SENTRY_NAME}}
Expand Down

0 comments on commit f460bbd

Please sign in to comment.