update workflow, adjust release to include v to release tag #13

Merged
WorldTeacher merged 1 commits from dev into main 2025-05-29 10:35:14 +01:00
Showing only changes of commit 1f306cce53 - Show all commits

View File

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