fix: run 9x semantic release on circle ci

pull/1083/head v9.98.6
Rhys Arkins 2017-11-01 13:53:42 +01:00
parent 1a14e1ab18
commit bec19aa680
1 changed files with 5 additions and 1 deletions

View File

@ -23,7 +23,11 @@ test:
- bash <(curl -s https://codecov.io/bash)
deployment:
npm:
10x:
branch: master
commands:
- yarn run semantic-release || true
9x:
branch: 9x
commands:
- yarn run semantic-release || true