Skip to content

Commit

Permalink
ci: fix sentry release publishing (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic authored Apr 7, 2024
1 parent a48b553 commit 2a08ca3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
needs: [ manifest ]
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
Expand Down

0 comments on commit 2a08ca3

Please sign in to comment.