fix(workflow): preserve formal release state

This commit is contained in:
InfinityPacer
2026-08-28 10:42:26 +08:00
parent 18a0fd3e1c
commit 48af80c4ef
4 changed files with 14 additions and 3 deletions
+2
View File
@@ -543,6 +543,8 @@ jobs:
--repo "$GITHUB_REPOSITORY" \
--title "$tag_name" \
--notes-file "$notes_file" \
--draft=false \
--prerelease=false \
--latest
else
gh release create "$tag_name" \