Skip to content

Commit

Permalink
fix Publish workflow (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik authored Jul 8, 2024
2 parents c40ae26 + 094037f commit 0d11bf7
Show file tree
Hide file tree
Showing 2 changed files with 23,432 additions and 20,047 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 @@ -47,7 +47,7 @@ jobs:
working-directory: libs/shared
run: |
npm config set --workspaces=false --include-workspace-root registry https://registry.npmjs.org/
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
npm config set --workspaces=false --include-workspace-root //registry.npmjs.org/:_authToken=$NPM_TOKEN
npm publish --access public
- name: Publish @impler/react package on NPM 📦
Expand All @@ -56,5 +56,5 @@ jobs:
working-directory: packages/react
run: |
npm config set --workspaces=false --include-workspace-root registry https://registry.npmjs.org/
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
npm config set --workspaces=false --include-workspace-root //registry.npmjs.org/:_authToken=$NPM_TOKEN
npm publish --access public
Loading

0 comments on commit 0d11bf7

Please sign in to comment.