From efe886e0aeb3684a48a6b3e6070ded62286a208a Mon Sep 17 00:00:00 2001 From: John Maguire Date: Mon, 14 Oct 2024 18:02:36 +0100 Subject: [PATCH] Rolling releases --- .github/workflows/all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index e2d5bf135..23cfd0c69 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -132,8 +132,8 @@ jobs: tag_name: ${{ steps.tag_name.outputs.version }} files: "release_artifacts/**/*" fail_on_unmatched_files: true - draft: true - prerelease: true + draft: false + prerelease: false build_source: name: Build source tarball