Skip to content

Commit

Permalink
fix: canary release auto approve (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithad15 committed May 4, 2019
1 parent 18d9245 commit e888aa5
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 @@ -85,7 +85,7 @@ jobs:
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
- run: npm run release:canary --yes
- run: npm run release:canary -- --yes

release_stable:
<<: *defaults
Expand Down

0 comments on commit e888aa5

Please sign in to comment.