ci: update nightly build release notes formatting

This commit is contained in:
Viren070
2025-07-26 19:03:32 +01:00
parent 913d591327
commit f97c1872bc
+1 -3
View File
@@ -78,9 +78,7 @@ jobs:
COMMIT_MSGS: ${{ steps.commit_msgs.outputs.commit_msgs }}
run: |
RELEASE_NOTES=$(cat <<EOF
## Nightly Build $TAG_NAME
Changes since last nightly build (${LAST_NIGHTLY_TAG:-initial nightly build}):
## $TAG_NAME
$COMMIT_MSGS
EOF