From 7923bad13720b5b6eb44eb671deba5cd4ea3fe04 Mon Sep 17 00:00:00 2001 From: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Date: Mon, 11 Dec 2023 13:10:15 -0800 Subject: [PATCH] Add GitHub pre-release automation (#45) Co-authored-by: Daniel McKnight --- .github/workflows/publish_test_build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish_test_build.yml b/.github/workflows/publish_test_build.yml index 742ba53..5d9d572 100644 --- a/.github/workflows/publish_test_build.yml +++ b/.github/workflows/publish_test_build.yml @@ -15,6 +15,7 @@ jobs: with: version_file: "neon_iris/version.py" setup_py: "setup.py" + publish_prerelease: true build_and_publish_docker: needs: publish_alpha_release uses: neongeckocom/.github/.github/workflows/publish_docker.yml@master