Skip to content

Commit

Permalink
fix(ci): Automate npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCastro committed Jan 30, 2019
1 parent d3fabff commit 5abd275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins:
- '@semantic-release/release-notes-generator'
- '@semantic-release/changelog'
- - '@semantic-release/npm'
- npmPublish: false
- npmPublish: true
- '@semantic-release/git'
- - '@semantic-release/github'
- failComment: false
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ deploy:
skip_cleanup: true
'on':
branch: 'ci/semantic-release'
script: npx semantic-release --dry-run
script: npx semantic-release --dry-run --branch ci/semantic-release
- provider: script
skip_cleanup: true
'on':
Expand Down

0 comments on commit 5abd275

Please sign in to comment.