diff --git a/.releaserc b/.releaserc index 358ebfba..b815f128 100644 --- a/.releaserc +++ b/.releaserc @@ -26,12 +26,7 @@ "failComment": false, "message": "Release - ${nextRelease.version}" } - ], - [ - "branches", - { - "name": "main" - } - ] - ] + ] + ], + "branches": ["main"] }