Fixed release notes path

This commit is contained in:
Jindra Petřík
2026-02-08 09:48:37 +01:00
parent 2713268a42
commit be77a597c6

View File

@@ -751,7 +751,7 @@ jobs:
with:
tag_name: ${{ needs.compute-version.outputs.verTag }}
name: ${{ needs.compute-version.outputs.verTitle }}
body_path: ./release-notes.md
body_path: ./release_notes.md
preserve_order: true
prerelease: ${{ needs.compute-version.outputs.verDebug == 'true'}}
fail_on_unmatched_files: true