Skip to content

Commit

Permalink
fix(ci): update release process for npm private
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Mar 15, 2021
1 parent 62274f5 commit 8ddd7b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
["@semantic-release/changelog", {
"changelogFile": "CHANGELOG.md"
}],
"@semantic-release/npm",
["@semantic-release/npm", {
"npmPublish": false
}],
["@semantic-release/exec", {
"publishCmd": "yarn push"
}],
Expand Down

0 comments on commit 8ddd7b4

Please sign in to comment.