From be77a597c655d2f783d8107d33ff52ce6149f519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 8 Feb 2026 09:48:37 +0100 Subject: [PATCH] Fixed release notes path --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 52cd0cb4c..e2e59d1a3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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