Skip to content

Commit

Permalink
ci: add windows native build dependency also to remove tag job
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino authored and jaromil committed Oct 1, 2024
1 parent 36a3773 commit b31d6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:

remove-tag-on-fail:
name: 🧻 Remove tag on fail
needs: [semantic-release, musl-release]
needs: [semantic-release, musl-release, win-native-release]
runs-on: ubuntu-latest
if: ${{ (failure() || cancelled()) && needs.semantic-release.outputs.new_release_published == 'true' }}
steps:
Expand Down

0 comments on commit b31d6de

Please sign in to comment.