From 66fe882d53eb39f043c47c2a793d55c424753352 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:48:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=B9=E4=B8=BA=20js=20=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 815df3c47..4c340f031 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,6 @@ jobs: run: | mkdir log newTag=${{ steps.last_tag.outputs.tag_last }} - echoTag=${newTag#1} git-log -m tag -f ${{ steps.last_tag.outputs.tag_cmd }} -v ${newTag#v} - name: Create Release