From 8556de050122d2f55034e696d11bd183a064168f Mon Sep 17 00:00:00 2001 From: Wanxp <977741432@qq.com> Date: Sun, 9 Mar 2025 13:11:55 +0800 Subject: [PATCH] =?UTF-8?q?test=20=E5=A2=9E=E5=8A=A0=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 30e0761..d54ac3b 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -55,7 +55,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: "v${{ env.VERSION }}" + tag_name: "${{ env.VERSION }}" release_name: "${{ env.VERSION }}" draft: true prerelease: false