Skip to content

Commit

Permalink
Merge branch 'master' into vup_v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jussi Vatjus-Anttila committed Aug 21, 2018
2 parents d0dbe07 + caf0bb5 commit 5d7653e
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,24 +56,15 @@ jobs:
at: ~/repo
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
- run:
name: Publish package
command: npm publish
workflows:
version: 2
test:
jobs:
- test:
filters:
tags:
only: /^v.*/
test-deploy:
jobs:
- test:
filters:
tags:
only: /^v.*/
- test
- deploy:
requires:
- test
Expand Down

0 comments on commit 5d7653e

Please sign in to comment.