From 7811edb88cb3931828c5b96482b7975996ad6e96 Mon Sep 17 00:00:00 2001 From: wwqgtxx Date: Sun, 22 Oct 2023 18:19:57 +0800 Subject: [PATCH] Update build-release.yaml --- .github/workflows/build-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 292046f9..cd26d386 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -101,7 +101,7 @@ jobs: if [[ "${{ inputs.auto-bump-version }}" == "true" ]]; then echo "::set-output name=tag::v${{ steps.bump-version.outputs.newVersionName }}" else - echo "::set-output name=tag::$(git describe --tags --abbrev=0) + echo "::set-output name=tag::$(git describe --tags --abbrev=0)" fi - name: Tag Repo