mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2024-11-16 18:02:22 +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
|
if [[ "${{ inputs.auto-bump-version }}" == "true" ]]; then
|
||||||
echo "::set-output name=tag::v${{ steps.bump-version.outputs.newVersionName }}"
|
echo "::set-output name=tag::v${{ steps.bump-version.outputs.newVersionName }}"
|
||||||
else
|
else
|
||||||
echo "::set-output name=tag::$(git describe --tags --abbrev=0)
|
echo "::set-output name=tag::$(git describe --tags --abbrev=0)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Tag Repo
|
- name: Tag Repo
|
||||||
|
|
Loading…
Reference in New Issue
Block a user