From 8f633b09ed1213795b2506849b39b65607dc828b Mon Sep 17 00:00:00 2001 From: JonathanTGold <62672270+JonathanTGold@users.noreply.github.com> Date: Sun, 14 Jan 2024 09:26:09 +0200 Subject: [PATCH] Remove kaltura patch version from canary Chanel (#758) * fix(/FEC-13641): Add 'patch' tag to npm versions * remove kaltura patch version from canary chanel --------- Co-authored-by: JonathanTGold --- .github/workflows/run_patch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_patch.yaml b/.github/workflows/run_patch.yaml index 61676ee7..c69853f6 100644 --- a/.github/workflows/run_patch.yaml +++ b/.github/workflows/run_patch.yaml @@ -20,7 +20,7 @@ jobs: run: | npm set registry "https://registry.npmjs.org" echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > .npmrc - npm dist-tag add @playkit-js/kaltura-player-js@3.17.5-canary.0-21f182c patch + npm dist-tag add @playkit-js/kaltura-player-js@3.17.8-canary.0-cb5ceab canary rm -rf .npmrc env: NPM_AUTH_TOKEN: ${{ secrets.PLAYER_NPM_TOKEN }}