From d1c698cf334687e9f15d5bc67bae8d045f7c63e9 Mon Sep 17 00:00:00 2001 From: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com> Date: Mon, 28 Jul 2025 12:49:26 -0700 Subject: [PATCH] Update publish.yml to fix pre-release version Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com> --- .github/workflows/publish.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1b89d525..c20a0e09 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,12 +8,9 @@ on: required: true type: string release-type: - description: 'Publish as a pre-release' + description: 'Publish with pre-release version' required: false - type: choice - options: - - alpha - - beta + type: string jobs: publish: