Skip to content

Commit

Permalink
NPM Packages release pipeline updates (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik authored Jul 8, 2024
2 parents ff0f550 + c40ae26 commit ed92065
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-prod-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ jobs:
working-directory: libs/shared
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_TOKEN=$NPMTOKEN npm publish --access public
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
npm publish --access public
- name: Publish @impler/react package on NPM 📦
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
working-directory: packages/react
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_TOKEN=$NPMTOKEN npm publish --access public
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
npm publish --access public

0 comments on commit ed92065

Please sign in to comment.