From 5f873c05c435a1f50e4c5ce815d687c1bff3b93b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9cate=20Moonlight?= Date: Mon, 9 Sep 2024 19:23:34 +0200 Subject: [PATCH] Mark pre-releases as draft in GitHub --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b828c5..328047b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -230,5 +230,6 @@ jobs: uses: softprops/action-gh-release@v2 with: prerelease: true + draft: true files: ./out/* tag_name: get-tested-head