From 788ee21e740603a969d587e9231705e015034b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sun, 4 Aug 2024 13:54:10 +0800 Subject: [PATCH] fix: update --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c340f031..b92a5e581 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: - name: Generate Release Notes run: | - mkdir log + rm -rf log newTag=${{ steps.last_tag.outputs.tag_last }} git-log -m tag -f ${{ steps.last_tag.outputs.tag_cmd }} -v ${newTag#v}