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