mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 07:43:13 +08:00
[Chore]调整workflows流程2
This commit is contained in:
parent
4e0b22f42d
commit
028ecb70c5
10
.github/workflows/Alpha.yml
vendored
10
.github/workflows/Alpha.yml
vendored
@ -34,13 +34,11 @@ jobs:
|
||||
BINDIR: bin
|
||||
run: make -j releases
|
||||
- name: Delete old tag and release
|
||||
uses: dev-drprasad/delete-tag-and-release@v0.2.0
|
||||
uses: cb80/delrel@latest
|
||||
with:
|
||||
delete_release: false # default: false
|
||||
# tag_name: alpha # tag name to delete
|
||||
repo: <owner>/<repoName> # target repo (optional). defaults to repo running this action
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag_name: alpha # tag name to delete
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Upload Alpha
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
|
Loading…
Reference in New Issue
Block a user