mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2026-05-09 18:11:26 +08:00
fix: fix broken actions
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user