diff --git a/lerna.json b/lerna.json index 9e9fbe5..04a650a 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "publish": { "ignoreChanges": ["*.md"], "message": "Bump to new release version", - "allowBranch": "main", + "allowBranch": "master", "npmClient": "npm" } },