From a36fbc93b2b64938e6d651cef01c26f1a6bc6e4e Mon Sep 17 00:00:00 2001 From: Alexei Kotov Date: Tue, 2 Sep 2025 09:40:59 +0300 Subject: [PATCH] Don't publish release tag prereleases automatically --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 81d83451a6..21ec1bd5c2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -246,3 +246,4 @@ jobs: with: files: ${{ github.workspace }}/install/*.exe prerelease: true + draft: true