Skip to content

Commit

Permalink
chore: update getsentry/action-release action to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent e986b09 commit fa4b6fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Sentry Release
if: github.ref == 'refs/heads/main'
uses: getsentry/action-release@v1.8.0
uses: getsentry/action-release@v1.9.0
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ vars.SENTRY_ORG }}
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Sentry Release
if: github.ref == 'refs/heads/main'
uses: getsentry/action-release@v1.8.0
uses: getsentry/action-release@v1.9.0
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ vars.SENTRY_ORG }}
Expand Down

0 comments on commit fa4b6fa

Please sign in to comment.