From 1316c33441d9b294ab2f271189a1a26b91f1cc59 Mon Sep 17 00:00:00 2001 From: monacoremo <59358383+monacoremo@users.noreply.github.com> Date: Fri, 6 Aug 2021 11:20:07 +0200 Subject: [PATCH] . --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 98910c420c..668705f04f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -312,6 +312,7 @@ jobs: isprerelease="${{ needs.Prepare-Release.outputs.isprerelease }}" echo "Releasing version v$VERSION on GitHub (isprerelease=$isprerelease)..." + gh release delete "v$VERSION" || true gh release create "v$VERSION" \ -F artifacts/release-changes/CHANGES.md \ ${isprerelease:+"--prerelease"} \