Skip to content

Commit

Permalink
feat: Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik committed Sep 5, 2024
1 parent 70a4d3d commit 4d901ee
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 @@ -41,10 +41,10 @@ jobs:
version: 8.9.0
run_install: true

- name: Publish @impler/shared package on NPM 📦
- name: Publish @impler/client package on NPM 📦
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
working-directory: libs/shared
working-directory: packages/client
run: |
npm config set --workspaces=false --include-workspace-root registry https://registry.npmjs.org/
npm config set --workspaces=false --include-workspace-root //registry.npmjs.org/:_authToken=$NPM_TOKEN
Expand Down

0 comments on commit 4d901ee

Please sign in to comment.