Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Commit

Permalink
ci(deploy): fix the deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
jordond committed May 26, 2019
1 parent d333a25 commit 364c42e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@ jobs:
name: Build library
command: yarn build
- run:
name: Deploy
command: yarn build
name: Deploy release
command: yarn semantic-release
- run:
name: Deploy docs
command: yarn deploy-docs

workflows:
version: 2
Expand Down

0 comments on commit 364c42e

Please sign in to comment.