From a18eb5aa3c7ec980ba0b7569ac9b4e324a2abf0b Mon Sep 17 00:00:00 2001 From: yhh <359807859@qq.com> Date: Tue, 16 Dec 2025 13:16:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E4=BF=9D=E6=8C=81=20Release=20?= =?UTF-8?q?=E4=B8=BA=20Draft=20=E7=8A=B6=E6=80=81=EF=BC=8C=E9=98=B2?= =?UTF-8?q?=E6=AD=A2=E8=87=AA=E5=8A=A8=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-editor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-editor.yml b/.github/workflows/release-editor.yml index aa0aeeb5..a12c7c1f 100644 --- a/.github/workflows/release-editor.yml +++ b/.github/workflows/release-editor.yml @@ -190,7 +190,8 @@ jobs: with: files: ./signed/* tag_name: ${{ github.event_name == 'workflow_dispatch' && format('editor-v{0}', github.event.inputs.version) || github.ref_name }} - draft: false + # 保持 Draft 状态,需要手动发布 | Keep as draft, require manual publish + draft: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}