Skip to content

Commit

Permalink
fix(circleci): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
locona committed Dec 16, 2019
1 parent 4e265be commit 751bbf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ jobs:
<<: *defaults
steps:
- checkout
- run: npm i
- run: npx semantic-release --dry-run
release:
<<: *defaults
steps:
- checkout
- run: npm i
- run: npx semantic-release --debug

workflows:
Expand Down

0 comments on commit 751bbf0

Please sign in to comment.