From efa21aa99d992baaebd701d46dddf655830ba37a Mon Sep 17 00:00:00 2001 From: Roger Barker Date: Mon, 13 May 2024 13:34:24 -0500 Subject: [PATCH] Corrected the workflow_dispatch parameters for continued test Signed-off-by: Roger Barker --- .github/workflows/release-production.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-production.yml b/.github/workflows/release-production.yml index fee8e3c4495..fc283b4f203 100644 --- a/.github/workflows/release-production.yml +++ b/.github/workflows/release-production.yml @@ -2,8 +2,12 @@ name: Release Production on: workflow_dispatch: - with: - tag: "v*" + inputs: + tag: + description: "release version:" + type: string + required: false + default: "v0.104.0" push: tags: - "v*"