From 37651cc5c93f15dd60be5e356b5c6e3f22188873 Mon Sep 17 00:00:00 2001 From: sangeet-joy_xero Date: Mon, 16 Jun 2025 11:31:49 +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 0d569d9b..05860d66 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: