update workflow, adjust release to include v to release tag

This commit is contained in:
2025-05-29 11:34:51 +02:00
parent 1ed1403c43
commit 1f306cce53

View File

@@ -66,7 +66,7 @@ jobs:
if: ${{ github.event.inputs.github_release == 'true' }}
uses: softprops/action-gh-release@master
with:
tag_name: ${{ env.VERSION }}
tag_name: v${{ env.VERSION }}
release_name: Release ${{ env.VERSION }}
body: ${{steps.build_changelog.outputs.changelog}}
draft: false