[Chore]调试workflows
This commit is contained in:
parent
b890788fbc
commit
dde583d532
1 changed files with 6 additions and 1 deletions
5
.github/workflows/delete.yaml
vendored
5
.github/workflows/delete.yaml
vendored
|
@ -17,3 +17,8 @@ jobs:
|
|||
# tagPrefix: v
|
||||
tag: alpha
|
||||
deleteOnlyFromDrafts: false
|
||||
|
||||
- name: Delete a Release
|
||||
uses: liudonghua123/delete-release-action@v1
|
||||
with:
|
||||
release_name: 'alpha'
|
||||
|
|
Loading…
Reference in a new issue