Skip to content

Commit

Permalink
ci: fix publish workflow (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic authored Apr 5, 2024
1 parent 9000a71 commit 4578c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# Publish release to Sentry allowing us to track more
sentry:
runs-on: ubuntu-latest
needs: [ publish ]
needs: [ manifest ]
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: getsentry/action-release@v1
Expand Down

0 comments on commit 4578c08

Please sign in to comment.