modified: .github/workflows/patch_v6.yml

modified:   .github/workflows/patch_v7.yml
This commit is contained in:
elseif
2026-09-06 10:16:43 +08:00
parent 8f6f95221e
commit b9621532de
2 changed files with 3 additions and 4 deletions

View File

@@ -912,7 +912,7 @@ jobs:
echo "</details>" >> "$RELEASE_BODY"
echo "" >> "$RELEASE_BODY"
fi
echo "<details><summary><strong>Changelog</strong></summary>" >> "$RELEASE_BODY"
echo "<details><summary><strong>Changelog</strong> (click to expand)</summary>" >> "$RELEASE_BODY"
echo "" >> "$RELEASE_BODY"
echo "<pre>" >> "$RELEASE_BODY"
cat "$PUBLISH_DIR/CHANGELOG" >> "$RELEASE_BODY"