From e91ba8ab70e1190952f3b99f3f36a84c607844a7 Mon Sep 17 00:00:00 2001 From: VillagerTom Date: Wed, 24 Jul 2024 21:00:50 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E7=BB=9F=E4=B8=80=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E6=A0=BC=E5=BC=8F(=E5=8E=BB=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=9A=84v)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cddf8d1a..fe6d8480 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -156,7 +156,7 @@ jobs: - name: Upload Release uses: ncipollo/release-action@v1 with: - name: v${{ steps.version.outputs.version }} + name: ${{ steps.version.outputs.version }} token: ${{ secrets.GIT_TOKEN }} omitBodyDuringUpdate: true omitNameDuringUpdate: true