Skip to content

Commit

Permalink
fix: install missing semantic-release package
Browse files Browse the repository at this point in the history
  • Loading branch information
dkontorovskyy committed Apr 22, 2020
1 parent eb59bd9 commit ba042c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,10 @@ jobs:
resource_class: small
steps:
- install_deps
- run: npm i -g semantic-release @semantic-release/exec
- run:
name: Publish to GitHub
command: npx semantic-release
command: semantic-release

workflows:
version: 2
Expand Down

0 comments on commit ba042c7

Please sign in to comment.