Skip to content

Commit

Permalink
fix ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
jleni committed Apr 6, 2020
1 parent d763a57 commit 6fd4466
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 @@ -41,7 +41,7 @@ jobs:
- run: yarn build:ci
- run:
name: prepare authentication config
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > /home/circleci/project/.npmrc
- run:
name: Update tag
command: npm --no-git-tag-version version $CIRCLE_TAG
Expand Down

0 comments on commit 6fd4466

Please sign in to comment.