Skip to content

Commit

Permalink
fix: updated env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrikant1212 committed May 18, 2022
1 parent 268128b commit 8f1525e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
at: .
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$npm_token" > .npmrc
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
- run:
name: Publish package
command: npm publish
Expand Down

0 comments on commit 8f1525e

Please sign in to comment.