Fix formal release shell block

This commit is contained in:
Aimili
2026-08-26 23:58:58 +08:00
parent fbea9bee36
commit 0069bb089b
+1
View File
@@ -152,3 +152,4 @@ jobs:
gh release edit "${RELEASE_TAG}" --repo "${GITHUB_REPOSITORY}" --title "${title}" --notes-file RELEASE_NOTES.md
else
gh release create "${RELEASE_TAG}" dist/* --repo "${GITHUB_REPOSITORY}" --title "${title}" --notes-file RELEASE_NOTES.md --verify-tag
fi