[Chore]调整workflows流程
This commit is contained in:
parent
d66febb1a6
commit
b03cca3de8
1 changed files with 3 additions and 3 deletions
6
.github/workflows/Alpha.yml
vendored
6
.github/workflows/Alpha.yml
vendored
|
@ -33,10 +33,10 @@ jobs:
|
||||||
NAME: Clash.Meta
|
NAME: Clash.Meta
|
||||||
BINDIR: bin
|
BINDIR: bin
|
||||||
run: make -j releases
|
run: make -j releases
|
||||||
|
- name: Delete old tag and release
|
||||||
- uses: dev-drprasad/delete-tag-and-release@v0.2.0
|
uses: dev-drprasad/delete-tag-and-release@v0.2.0
|
||||||
with:
|
with:
|
||||||
delete_release: true # default: false
|
delete_release: false # default: false
|
||||||
tag_name: alpha # tag name to delete
|
tag_name: alpha # tag name to delete
|
||||||
repo: <owner>/<repoName> # target repo (optional). defaults to repo running this action
|
repo: <owner>/<repoName> # target repo (optional). defaults to repo running this action
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue