Skip to content

Commit 75dd765

Browse files
committed
fix: cd
1 parent c44dec0 commit 75dd765

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: delete existing nightly release (if exists)
3131
run: |
32-
gh release delete nightly --yes || echo "no nightly release to delete"
32+
gh release delete nightly --yes || true
3333
env:
3434
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535

0 commit comments

Comments
 (0)