Skip to content

Commit

Permalink
fix(CICD): replace asset in gh release
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienChampagnol committed Oct 30, 2024
1 parent 523a2bd commit bb633d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Release
run: |
cd release/${{ needs.semantic.outputs.version }}
gh release upload v${{ needs.semantic.outputs.version }} vease* latest*
gh release upload v${{ needs.semantic.outputs.version }} vease* latest* --clobber
shell: bash

merge:
Expand Down

0 comments on commit bb633d9

Please sign in to comment.