Skip to content

Commit

Permalink
fix(CICD): test gh cli release fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienChampagnol committed Sep 6, 2024
1 parent 05ee81f commit dfa8e33
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 @@ -45,7 +45,7 @@ jobs:
npm run package
shell: bash
- name: Release
- run: |
run: |
gh release upload v${{ needs.semantic.outputs.version }} release/${{ needs.semantic.outputs.version }}/vease-${{ needs.semantic.outputs.version }}.zip
merge:
Expand Down

0 comments on commit dfa8e33

Please sign in to comment.