From 798e0630c606b958e54b458f02a9498955bc46a8 Mon Sep 17 00:00:00 2001 From: "Jose R. Gonzalez" Date: Fri, 30 Jun 2023 16:07:51 -0500 Subject: [PATCH] Make dev releases prereleases and not drafts Signed-off-by: Jose R. Gonzalez --- .github/workflows/dev_release.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev_release.yaml b/.github/workflows/dev_release.yaml index 324d62b5..0f536409 100644 --- a/.github/workflows/dev_release.yaml +++ b/.github/workflows/dev_release.yaml @@ -61,8 +61,7 @@ jobs: tag_name: ${{ env.DEV_RELEASE }} body: "Development release created with each merge into the main branch." files: ${{ steps.create-tarfile.outputs.tarball_full_name }} + prerelease: true + draft: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - -