mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 05:33:13 +08:00
[Chore]调试workflows
This commit is contained in:
parent
4c10d6e212
commit
b323315583
7
.github/workflows/delete.yaml
vendored
7
.github/workflows/delete.yaml
vendored
@ -16,4 +16,9 @@ jobs:
|
|||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# tagPrefix: v
|
# tagPrefix: v
|
||||||
tag: alpha
|
tag: alpha
|
||||||
deleteOnlyFromDrafts: false
|
deleteOnlyFromDrafts: false
|
||||||
|
|
||||||
|
- name: Delete a Release
|
||||||
|
uses: liudonghua123/delete-release-action@v1
|
||||||
|
with:
|
||||||
|
release_name: 'alpha'
|
||||||
|
Loading…
Reference in New Issue
Block a user