Skip to content

Commit

Permalink
fix(utils): manage versions on private packages when not publishing t…
Browse files Browse the repository at this point in the history
…o npm
  • Loading branch information
varl committed Jun 23, 2021
1 parent a042746 commit 1a305f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/cmds/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function publisher(target = '', packages) {
}

default: {
return packages.filter(packageIsPublishable).map(pkgJsonPath => {
return packages.map(pkgJsonPath => {
return [
'@semantic-release/npm',
{
Expand Down

0 comments on commit 1a305f9

Please sign in to comment.