From b74bf4aa9a1392091286e7ebc4c8f5032bc084f4 Mon Sep 17 00:00:00 2001 From: John Doty Date: Wed, 26 Apr 2023 11:47:48 -0700 Subject: [PATCH] The release that we create should be a draft A human should have to publish it. --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 131448a..247ad43 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,6 +29,7 @@ jobs: with: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }} + draft: true release_assets: name: Release assets