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