From 0ed157ca9e295138ab96bff5a966e8d616620fb7 Mon Sep 17 00:00:00 2001 From: Akagi201 Date: Sun, 10 Dec 2023 13:54:21 +0800 Subject: [PATCH] ci: update configs --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ad3558..18a80b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,8 +38,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tagName: release-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version - releaseName: 'release-v__VERSION__' + tagName: 'v__VERSION__-release' # the action automatically replaces \_\_VERSION\_\_ with the app version + releaseName: 'v__VERSION__-release' releaseBody: 'See the assets to download this version and install.' releaseDraft: false prerelease: false \ No newline at end of file