Skip to content

Commit

Permalink
ci: fix double tags releases
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino authored and jaromil committed Sep 29, 2024
1 parent b6ec05a commit b9e4f76
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 @@ -141,7 +141,7 @@ jobs:
with:
files: |
cjit-bin/release*/*
tag_name: ${{ needs.semantic-release.outputs.new_release_version }}
tag_name: v${{ needs.semantic-release.outputs.new_release_version }}
body_path: cjit-bin/documentation/release-intro.md
append_body: true
draft: false
Expand All @@ -162,7 +162,7 @@ jobs:
- name: Remove tag
uses: dev-drprasad/[email protected]
with:
tag_name: ${{ needs.semantic-release.outputs.new_release_version }}
tag_name: v${{ needs.semantic-release.outputs.new_release_version }}
github_token: ${{ secrets.GITHUB_TOKEN }}
delete_release: false
repo: dyne/cjit

0 comments on commit b9e4f76

Please sign in to comment.