Skip to content

Commit

Permalink
fix: Package publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik committed Jul 8, 2024
1 parent ccd1f4c commit 1a8fb27
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 @@ -48,7 +48,7 @@ jobs:
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
npm publish --access public
NPM_TOKEN=$NPMTOKEN npm publish --access public
- name: Publish @impler/react package on NPM 📦
env:
Expand All @@ -57,4 +57,4 @@ jobs:
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
npm publish --access public
NPM_TOKEN=$NPMTOKEN npm publish --access public

0 comments on commit 1a8fb27

Please sign in to comment.