mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2024-11-16 04:42:17 +08:00
Update build-release.yaml
This commit is contained in:
parent
57504a7e8e
commit
7811edb88c
2
.github/workflows/build-release.yaml
vendored
2
.github/workflows/build-release.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user