From efa6118c3e02b1a1bbbd9bb1a265e3e3baeced7c 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:47:35 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2286f1807..815df3c47 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,8 +52,10 @@ jobs: - name: Generate Release Notes run: | + mkdir log newTag=${{ steps.last_tag.outputs.tag_last }} - git-log -m tag -f ${{ steps.last_tag.outputs.tag_cmd }} -v ${newTag#1} + echoTag=${newTag#1} + git-log -m tag -f ${{ steps.last_tag.outputs.tag_cmd }} -v ${newTag#v} - name: Create Release id: create_release