mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-10 17:37:27 +08:00
[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
|
- name: Delete previous nightly release
|
||||||
run: |
|
run: |
|
||||||
gh release delete --cleanup-tag --yes --repo $GITHUB_REPOSITORY nightly
|
gh release delete --cleanup-tag --yes --repo $GITHUB_REPOSITORY nightly || true
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user