diff --git a/lerna.json b/lerna.json index accb9fa1cf..1dcf1cfdba 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ ], "command": { "publish": { - "allowBranch": "release/*", + "allowBranch": ["master", "release/*"], "bump": "patch", "conventionalCommits": true, "message": "chore(release): Publish"