From fba4df8f84873bfa74155c38d5cf36128de4e819 Mon Sep 17 00:00:00 2001 From: kstrb Date: Mon, 8 Aug 2022 19:35:53 +0200 Subject: [PATCH] Automated releases should be "Pre-release" --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 75b59cd19..5146184d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -286,7 +286,7 @@ jobs: tag_name: latest release_name: latest draft: false - prerelease: false + prerelease: true - name: upload windows uses: actions/upload-release-asset@v1