Skip to content

Commit

Permalink
Updated param positions for setting config
Browse files Browse the repository at this point in the history
Signed-off-by: Bhavik Chavda <bhavikvchavda@gmail.com>
  • Loading branch information
chavda-bhavik committed May 29, 2024
1 parent a18240e commit 7744bbf
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 _authToken=${{ secrets.NPM_TOKEN }} --workspaces=false --include-workspace-root
npm config set --workspaces=false --include-workspace-root _authToken=${{ secrets.NPM_TOKEN }}
npm publish --access public
- name: Publish @impler/react package on NPM 📦
working-directory: packages/react
run: |
npm config set _authToken=${{ secrets.NPM_TOKEN }} --workspaces=false --include-workspace-root
npm config set --workspaces=false --include-workspace-root _authToken=${{ secrets.NPM_TOKEN }}
npm publish --access public

0 comments on commit 7744bbf

Please sign in to comment.