mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-03-23 16:43:59 +03:00
fix: fix bad actions
This commit is contained in:
parent
927727dee1
commit
14f7fefd8a
2
.github/workflows/build-release.yaml
vendored
2
.github/workflows/build-release.yaml
vendored
@ -107,7 +107,6 @@ jobs:
|
||||
- name: Tag Repo
|
||||
uses: richardsimko/update-tag@v1
|
||||
with:
|
||||
tag: ${{ steps.real_tag.outputs.tag }}
|
||||
tag_name: ${{ steps.real_tag.outputs.tag }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
@ -116,7 +115,6 @@ jobs:
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: ${{ success() }}
|
||||
with:
|
||||
tag: ${{ github.ref_name }}
|
||||
tag_name: ${{ github.ref_name }}
|
||||
files: app/build/outputs/apk/meta/release/*
|
||||
generate_release_notes: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user