Skip to content

Commit

Permalink
fix: npm access token fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoonrod committed Sep 14, 2022
1 parent 8d564fb commit aac755a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- run:
name: Publish library
command: |
npm publish --otp $NPM_ACCESS_TOKEN
echo "//registry.npmjs.org/:_authToken=$NPM_ACCESS_TOKEN" > ./.npmrc
npm publish
workflows:
version: 2
Expand Down

0 comments on commit aac755a

Please sign in to comment.