From e66bf0514b8fa9d69b1fbf69f930d3ee1e3e5aa1 Mon Sep 17 00:00:00 2001 From: zhiyi Date: Thu, 3 Oct 2024 02:41:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E6=94=B9auto-release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index f0f43f5..0aec2ec 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -30,8 +30,8 @@ jobs: id: create_release uses: softprops/action-gh-release@v1 with: - tag_name: v$(date +%Y%m%d).${{ steps.commit_count.outputs.commit_count }} - name: $(date +%Y%m%d).${{ steps.commit_count.outputs.commit_count }} + tag_name: v$(date +%Y%m%d)-${{ steps.commit_count.outputs.commit_count }} + name: $(date +%Y%m%d)-${{ steps.commit_count.outputs.commit_count }} body: "Automatically generated release for file update" draft: false prerelease: false