mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-05 06:03:34 +03:00
[Chore]调试workflows
This commit is contained in:
parent
4c10d6e212
commit
b323315583
1 changed files with 6 additions and 1 deletions
7
.github/workflows/delete.yaml
vendored
7
.github/workflows/delete.yaml
vendored
|
@ -16,4 +16,9 @@ jobs:
|
|||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# tagPrefix: v
|
||||
tag: alpha
|
||||
deleteOnlyFromDrafts: false
|
||||
deleteOnlyFromDrafts: false
|
||||
|
||||
- name: Delete a Release
|
||||
uses: liudonghua123/delete-release-action@v1
|
||||
with:
|
||||
release_name: 'alpha'
|
||||
|
|
Loading…
Add table
Reference in a new issue