From 1443ddfe6c89fea24d903bee28ecf072d37d3edd Mon Sep 17 00:00:00 2001 From: GyDi Date: Mon, 24 Jul 2023 09:59:13 +0800 Subject: [PATCH] chore: fix test ci --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 354e091..821bcf8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -70,4 +70,7 @@ jobs: TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} with: tagName: alpha + releaseName: "Clash Verge Alpha" + releaseBody: "Alpha Version (include debug)" + releaseDraft: false includeUpdaterJson: false