Skip to content

Commit

Permalink
fix: release wasnt doing the full kit
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Jan 31, 2020
1 parent 54a2af8 commit c045a2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:
- restore_cache: *restore-deps-cache
- run: npm install
- run: npm run build
- 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: git checkout .
- run: ./node_modules/.bin/semantic-release
- save_cache: *save-deps-cache

workflows:
Expand Down
3 changes: 1 addition & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github",
"@qiwi/semantic-release-gh-pages-plugin"
"@semantic-release/github"
],
"publish": [
["@semantic-release/github", {
Expand Down

0 comments on commit c045a2a

Please sign in to comment.