Update .gitea/workflows/release.yml

This commit is contained in:
2025-06-04 16:03:48 +01:00
parent faf94d6905
commit 723ccc11f3

View File

@@ -112,7 +112,7 @@ jobs:
with:
tag_name: v${{ env.VERSION }}
release_name: Release ${{ env.VERSION }}
body_path: release_notes/release_notes.md
body: ${{steps.build_changelog.outputs.changelog}}
draft: false
prerelease: false
make_latest: true