From 0069bb089bdabcf3a49e1ea9fe9c9dcb225c3c21 Mon Sep 17 00:00:00 2001 From: Aimili Date: Wed, 26 Aug 2026 23:58:58 +0800 Subject: [PATCH] Fix formal release shell block --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf6603f..945dda3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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