Update build-release.yaml

This commit is contained in:
wwqgtxx 2023-10-22 18:19:57 +08:00 committed by GitHub
parent 57504a7e8e
commit 7811edb88c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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