Skip to content

Commit

Permalink
fix: publish fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amirmohsen committed Jul 30, 2019
1 parent aa5a7d1 commit 96a73b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -85,6 +85,7 @@ jobs:
git config --global user.name "circlecibot"
ssh-keyscan github.com >> ~/.ssh/known_hosts
yarn release
git status
workflows:
version: 2
Expand Down
11 changes: 7 additions & 4 deletions release.config.js
@@ -1,10 +1,13 @@
module.exports = {
pkgRoot: 'lib',
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/npm',
'@semantic-release/github',
'@semantic-release/git'
['@semantic-release/npm', {
pkgRoot: 'lib',
}],
['@semantic-release/git', {
assets: ['package.json']
}],
'@semantic-release/github'
]
};

0 comments on commit 96a73b6

Please sign in to comment.