Skip to content

Commit

Permalink
ci(release): use npm run for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
keplersj committed Nov 26, 2017
1 parent 304b424 commit f844c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- bash <(curl -s https://codecov.io/bash)
- stage: release
script:
- yarn semantic-release
- npm run semantic-release
after_sucess: skip

stages:
Expand Down

0 comments on commit f844c8c

Please sign in to comment.