From 6084329d843a2a1084ee1b74f45d8b7a2891cf38 Mon Sep 17 00:00:00 2001 From: JonathanTGold <62672270+JonathanTGold@users.noreply.github.com> Date: Sun, 14 Jan 2024 09:52:30 +0200 Subject: [PATCH] add branch name input (#760) * fix(/FEC-13641): Add 'patch' tag to npm versions * add npm tag name options input * remove kaltura patch version from canary chanel --------- Co-authored-by: JonathanTGold --- .github/workflows/run_patch.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/run_patch.yaml b/.github/workflows/run_patch.yaml index 58a7ea6e..41407c8f 100644 --- a/.github/workflows/run_patch.yaml +++ b/.github/workflows/run_patch.yaml @@ -11,6 +11,10 @@ on: - experimental - patch default: 'patch' + branch: + description: 'branch name' + required: true + default: 'patch-version' jobs: update-tag: