From 59cd176f4415aa6be7848a86707aa025b56f5a6e Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 12 May 2025 11:10:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20build.yml=EF=BC=8C?= =?UTF-8?q?=E5=B0=86=20tag=5Fname=20=E7=9A=84=E6=A0=BC=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=20v${{=20env.app=5Fversion=20}}=EF=BC=8C?= =?UTF-8?q?=E4=BB=A5=E7=A1=AE=E4=BF=9D=E7=89=88=E6=9C=AC=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E5=89=8D=E7=BC=80=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c664eae3..4ed12877 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: uses: dev-drprasad/delete-tag-and-release@v1.1 continue-on-error: true with: - tag_name: ${{ env.app_version }} + tag_name: v${{ env.app_version }} delete_release: true github_token: ${{ secrets.GITHUB_TOKEN }}