Skip to content

Commit

Permalink
fix(FEC-13641): Add 'patch' tag to npm versions (#755)
Browse files Browse the repository at this point in the history
* fix(/FEC-13641): Add 'patch' tag to npm versions

* fix

* fix

* fix

---------

Co-authored-by: JonathanTGold <jonathan.gold@[email protected]>
  • Loading branch information
JonathanTGold and JonathanTGold authored Jan 11, 2024
1 parent 72b9567 commit e891a4e
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/create_patch_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ jobs:
node-version: "20.x"

- name: Update NPM Tag
env:
PLAYER_CENTRAL_ACCOUNT_ID: ${{ secrets.PLAYER_CENTRAL_ACCOUNT_ID }}
PLAYER_SERVICES_ACCOUNT_ID: ${{ secrets.PLAYER_SERVICES_ACCOUNT_ID }}
PLAYER_S3_BUCKET_DEPLOYMENT: ${{ secrets.PLAYER_S3_BUCKET_DEPLOYMENT }}
PLAYER_S3_BUCKET_APPS: ${{ secrets.PLAYER_S3_BUCKET_APPS }}
PLAYER_NPM_TOKEN: ${{ secrets.PLAYER_NPM_TOKEN }}
PLAYER_LAMBDA_NAME: ${{ secrets.PLAYER_LAMBDA_NAME }}
PLAYER_MSTEAMS_WEBHOOK: ${{ secrets.PLAYER_MSTEAMS_WEBHOOK }}
PLAYER_GITHUB_BOT_TOKEN: ${{ secrets.PLAYER_GITHUB_BOT_TOKEN }}
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] patch
rm -rf .npmrc
env:
NPM_AUTH_TOKEN: ${{ secrets.PLAYER_NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.PLAYER_NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.PLAYER_NPM_TOKEN }}

0 comments on commit e891a4e

Please sign in to comment.