Skip to content

Commit

Permalink
chore: fix circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Nov 14, 2019
1 parent 5df4701 commit fb77e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
command: yarn test
- run:
name: releae
command: >
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >>~/.npmrc \
command: |
echo "//registry.yarnpkg.com/:_authToken=$NPM_TOKEN" >>~/.npmrc
npx shipjs trigger

0 comments on commit fb77e73

Please sign in to comment.