From e1a2b5bb1ef5988a57dfc6b050db23b04658389c Mon Sep 17 00:00:00 2001 From: sangeet-joy_xero Date: Mon, 16 Jun 2025 11:36:13 +0530 Subject: [PATCH] Publish workflow condition change --- .github/workflows/publish.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e3c9b792..19180b88 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,7 +1,11 @@ -name: Publish +name: Publish & Release SDK on: - release: - types: [published] + workflow_dispatch: + inputs: + cab_id: + description: "CAB id for the change/release" + required: true + type: string jobs: publish: