From f91a87988bae5d0dd029f4771973a0d9f1acbcf0 Mon Sep 17 00:00:00 2001 From: zty012 Date: Thu, 3 Oct 2024 11:18:31 +0800 Subject: [PATCH] :construction_worker: update ci --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2baf3e34..477e036f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -60,9 +60,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version. - releaseName: "App v__VERSION__" - releaseBody: "See the assets to download this version and install." - releaseDraft: true + tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version. + releaseName: "v__VERSION__" + releaseBody: "" + releaseDraft: false prerelease: false args: ${{ matrix.args }}