Skip to content

Commit

Permalink
Updated config set method
Browse files Browse the repository at this point in the history
Signed-off-by: Bhavik Chavda <bhavikvchavda@gmail.com>
  • Loading branch information
chavda-bhavik authored May 29, 2024
1 parent d0e1294 commit a18240e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-prod-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
- name: Publish @impler/shared package on NPM 📦
working-directory: libs/shared
run: |
npm config set --workspaces=false _authToken=${{ secrets.NPM_TOKEN }}
npm config set _authToken=${{ secrets.NPM_TOKEN }} --workspaces=false --include-workspace-root
npm publish --access public
- name: Publish @impler/react package on NPM 📦
working-directory: packages/react
run: |
npm config set --workspaces=false _authToken=${{ secrets.NPM_TOKEN }}
npm config set _authToken=${{ secrets.NPM_TOKEN }} --workspaces=false --include-workspace-root
npm publish --access public

0 comments on commit a18240e

Please sign in to comment.