forked from Cookies_Github_mirror/AquaDX
[O] Ignore non-existent release
This commit is contained in:
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
|
||||
- name: Delete previous nightly release
|
||||
run: |
|
||||
gh release delete --cleanup-tag --yes --repo $GITHUB_REPOSITORY nightly
|
||||
gh release delete --cleanup-tag --yes --repo $GITHUB_REPOSITORY nightly || true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user