mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2024-11-16 15:32:18 +08:00
fix: fix broken actions
This commit is contained in:
parent
14a961f521
commit
2131a85699
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