Skip to content

Commit

Permalink
fix: install semantic release in circle
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ authored Jun 13, 2019
1 parent 8cce3d9 commit 641562f
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 @@ -47,7 +47,8 @@ jobs:
- restore_cache: *restore-deps-cache
- run: npm install
- run: npm test
- run: npx semantic-release
- run: npm install semantic-release @semantic-release/changelog @semantic-release/git @semantic-release/github @semantic-release/npm @semantic-release/commit-analyzer @semantic-release/release-notes-generator @qiwi/semantic-release-gh-pages-plugin
- run: ./node_modules/.bin/semantic-release
- save_cache: *save-deps-cache

workflows:
Expand Down

0 comments on commit 641562f

Please sign in to comment.