Skip to content

Commit

Permalink
Remove kaltura patch version from canary Chanel (#758)
Browse files Browse the repository at this point in the history
* fix(/FEC-13641): Add 'patch' tag to npm versions


* remove kaltura patch version from canary chanel


---------

Co-authored-by: JonathanTGold <jonathan.gold@[email protected]>
  • Loading branch information
JonathanTGold and JonathanTGold authored Jan 14, 2024
1 parent 9b70728 commit 8f633b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].5-canary.0-21f182c patch
npm dist-tag add @playkit-js/[email protected].8-canary.0-cb5ceab canary
rm -rf .npmrc
env:
NPM_AUTH_TOKEN: ${{ secrets.PLAYER_NPM_TOKEN }}
Expand Down

0 comments on commit 8f633b0

Please sign in to comment.