From b6486ccdaacbfd225eb917d8ad55bdbdc69341e3 Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Fri, 27 Feb 2026 15:10:09 -0600 Subject: [PATCH] Set draft to true for a release. --- .github/workflows/release-files.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-files.yml b/.github/workflows/release-files.yml index 150618431..f18b558cf 100644 --- a/.github/workflows/release-files.yml +++ b/.github/workflows/release-files.yml @@ -175,6 +175,7 @@ jobs: uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2 with: tag_name: "${{ inputs.use_tag }}" + draft: true prerelease: false files: | ${{ steps.get-file-base.outputs.FILE_BASE }}.tar.gz