diff --git a/.releaserc.js b/.releaserc.js index c93eb9a..2847184 100644 --- a/.releaserc.js +++ b/.releaserc.js @@ -1,8 +1,8 @@ module.exports = { - branch: 'main', + branches: ["main"], plugins: [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/github" ] - }; \ No newline at end of file + };