Skip to content

Commit

Permalink
fix: trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Dec 25, 2024
1 parent 06f5959 commit fe0036a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ jobs:
remove-tag-on-fail:
name: 🧻 Remove tag on fail
needs: [semantic-release, osx-native-release, musl-release, linux-release, win-native-release]
needs: [binary-release, semantic-release, osx-native-release, musl-release, linux-release, win-native-release]
runs-on: ubuntu-latest
if: ${{ (failure() || cancelled()) && needs.semantic-release.outputs.new_release_published == 'true' }}
steps:
Expand All @@ -287,5 +287,5 @@ jobs:
with:
tag_name: v${{ needs.semantic-release.outputs.new_release_version }}
github_token: ${{ secrets.GITHUB_TOKEN }}
delete_release: false
delete_release: true
repo: dyne/cjit

0 comments on commit fe0036a

Please sign in to comment.