Skip to content

Commit

Permalink
Try to make the condition more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Jun 19, 2024
1 parent fad68d3 commit 99a6db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Upload symbols and sources to Sentry
if: github.repository == 'mapeditor/tiled' && github.event_name == 'push'
continue-on-error: true
continue-on-error: ${{ needs.version.outputs.release == 'false' }}
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
run: |
Expand Down

0 comments on commit 99a6db4

Please sign in to comment.