From aa7605e9dd866378e75447b70d86ef8594923b83 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Mon, 2 Jan 2023 14:23:38 -0700 Subject: [PATCH] ci: automatically create releases, no more drafts --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6459c3d..f53257b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,4 +40,3 @@ jobs: with: files: hyper-focus.zip generate_release_notes: true - draft: true