[Chore]调试workflows
This commit is contained in:
parent
5a7b9bdf45
commit
ece3bb360a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/delete.yaml
vendored
2
.github/workflows/delete.yaml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
uses: actions/checkout@v1
|
||||
|
||||
- name: Delete current release assets
|
||||
uses: andreaswilli/delete-release-assets-action@<version>
|
||||
uses: andreaswilli/delete-release-assets-action@v2.0.0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# tagPrefix: v
|
||||
|
|
Loading…
Reference in a new issue