From 13c5f3cc35fc6e419205efb1c922f58c718f7514 Mon Sep 17 00:00:00 2001 From: Cai <13110818005@qq.com> Date: Thu, 3 Oct 2024 16:37:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8D=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dotnet.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 6aca5e7..240aa4f 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -49,14 +49,14 @@ jobs: - name: Update Tag if: github.event_name == 'push' && github.ref == 'refs/heads/master' run: | - git tag -f $(date +'%Y.%m.%d') - git push -f origin $(date +'%Y.%m.%d') + git tag -f v$(date +'%Y.%m.%d') + git push -f origin v$(date +'%Y.%m.%d') - name: Release Mod if: github.event_name == 'push' && github.ref == 'refs/heads/master' uses: ncipollo/release-action@v1 with: - tag: $(date +'%Y.%m.%d') + tag: v$(date +'%Y.%m.%d') name: CaiBotMod v$(date +'%Y.%m.%d') body: | # CaiBotMod