From 957c45f4b27e4263badf8ad5a88c26439f3a7e82 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Fri, 28 Nov 2025 13:50:16 +0000 Subject: [PATCH] Fix default value for draft Fix not creating drafts by default. Signed-off-by: Martin Costello --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index a2f19eb1..5a3fcb11 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -8,7 +8,7 @@ on: description: "If true, creates the release as a draft." required: false type: boolean - default: false + default: true version: description: "The optional version number to use for the release." required: false