From df3616f337a23bc0f9edf883f166af6d02aaf594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89=E9=B8=AD=E8=9B=8B?= Date: Sat, 10 May 2025 22:43:09 +0800 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d59838db..f38bbb30 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -355,7 +355,7 @@ jobs: - name: Create Release uses: softprops/action-gh-release@v1 with: - tag_name: v${{ needs.validate.outputs.version }} + tag_name: ${{ needs.validate.outputs.version }} name: BetterGI v${{ needs.validate.outputs.version }} draft: true prerelease: ${{ contains(needs.validate.outputs.version, '-') }}