mirror of
https://github.com/gedoor/legado.git
synced 2025-01-08 11:47:32 +08:00
优化
This commit is contained in:
parent
41293796a9
commit
00800ead7b
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -176,8 +176,9 @@ jobs:
|
||||
|
||||
- name: Delete Pre-Release
|
||||
run: |
|
||||
gh release delete beta -y
|
||||
exit 0
|
||||
if gh release view beta &>/dev/null; then
|
||||
gh release delete beta -y
|
||||
fi
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user