Skip to content

Commit

Permalink
chore(release): set npmPublish to false for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Aysnine committed Jan 13, 2020
1 parent a63ccec commit 8fbc4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
'# Changelog\n\nAll notable changes to this project will be documented in this file. See\n[Conventional Commits](https://conventionalcommits.org) for commit guidelines.'
}
],
'@semantic-release/npm',
['@semantic-release/npm', { npmPublish: false }],
'@semantic-release/github',
[
'@semantic-release/git',
Expand Down

0 comments on commit 8fbc4d9

Please sign in to comment.