From 82dfc13a588675e076ae3fa8f0d51660648673c4 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 15 Jul 2023 22:33:07 +0800 Subject: [PATCH] ci: fix ISO release workflow --- .github/workflows/iso.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/iso.yml b/.github/workflows/iso.yml index 5d786cf7..b6f5292e 100644 --- a/.github/workflows/iso.yml +++ b/.github/workflows/iso.yml @@ -21,4 +21,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | + gh release delete latest --cleanup-tag --yes || true gh release create latest --prerelease --generate-notes build-iso-result/iso/*.iso