Skip to content

Commit

Permalink
Update publish-prod-packages.yml to have npm registry-url (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik authored May 29, 2024
2 parents 875bd3c + 448fe9a commit 78d2b95
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-prod-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,11 @@ jobs:
- name: Publish @impler/shared package on NPM 📦
working-directory: libs/shared
run: |
npm config set --workspaces=false --include-workspace-root //registry.npmjs.com/:_authToken=${{ secrets.NPM_TOKEN }}
npm config set --workspaces=false --include-workspace-root //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
npm publish --access public
- name: Publish @impler/react package on NPM 📦
working-directory: packages/react
run: |
npm config set --workspaces=false --include-workspace-root //registry.npmjs.com/:_authToken=${{ secrets.NPM_TOKEN }}
npm config set --workspaces=false --include-workspace-root //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
npm publish --access public

0 comments on commit 78d2b95

Please sign in to comment.