Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Commit

Permalink
Fix CircleCI config to write NPM token
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Fricke committed Jun 4, 2019
1 parent a3a9887 commit b7b045a
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 @@ -54,7 +54,7 @@ jobs:
key: yarn-package-{{ checksum "yarn.lock" }}
- run:
name: Write NPM token
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/serverless-dynamodb-ttl/.npmrc
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/project/.npmrc
- run:
name: Bump new version
command: $(yarn bin)/dot-json package.json version ${CIRCLE_TAG:1}
Expand Down

0 comments on commit b7b045a

Please sign in to comment.