Skip to content

Commit

Permalink
Merge pull request #19 from etclabscore/fix/npm-token
Browse files Browse the repository at this point in the history
fix(circleci): all caps on NPM_TOKEN
  • Loading branch information
shanejonas authored May 25, 2019
2 parents 813e88e + e3f6ee7 commit b76819f
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 @@ -51,7 +51,7 @@ jobs:
curl https://www.npmjs.com/install.sh | sudo bash
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/ethereum-json-rpc-specification/.npmrc
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/ethereum-json-rpc-specification/.npmrc
- run: npm install
- run: npm run build
- run: npx semantic-release
Expand Down

0 comments on commit b76819f

Please sign in to comment.