Skip to content

Commit

Permalink
[build] GH: remove v prefix from version number
Browse files Browse the repository at this point in the history
  • Loading branch information
YannCebron committed Jun 12, 2024
1 parent 8a22528 commit b9927ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
run: |
gh release create "v${{ needs.build.outputs.version }}" \
--draft \
--title "v${{ needs.build.outputs.version }}" \
--title "${{ needs.build.outputs.version }}" \
--notes "$(cat << 'EOM'
${{ needs.build.outputs.changelog }}
EOM
Expand Down

0 comments on commit b9927ac

Please sign in to comment.