Skip to content

Commit

Permalink
Added registry while publishing
Browse files Browse the repository at this point in the history
Signed-off-by: Bhavik Chavda <[email protected]>
  • Loading branch information
chavda-bhavik authored May 29, 2024
1 parent 4ce4b67 commit 99f6e1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-prod-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ jobs:
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=https://registry.npmjs.org/
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=https://registry.npmjs.org/
npm publish --access public

0 comments on commit 99f6e1e

Please sign in to comment.