From 40df2e149700d47f4990239c4f4542e75e85414f Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 29 May 2024 00:00:11 +1200 Subject: [PATCH] draft releases --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5584d53..2b89a23 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,5 +35,9 @@ jobs: id: create_release uses: ncipollo/release-action@v1 with: + draft: true + allowUpdates: true + name: "test release" commit: "master" + tag: "master" artifacts: "dist/*-win-installer.exe,dist/*-win-portable.exe"