From 800b07535fb2fd8b5c948faa8606bb8558c44805 Mon Sep 17 00:00:00 2001 From: Vladimir Sigalkin Date: Mon, 24 Jan 2022 15:10:43 +0300 Subject: [PATCH] fix(ci): another ci fix --- release.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release.config.js b/release.config.js index b95c35d..fba4533 100644 --- a/release.config.js +++ b/release.config.js @@ -1,5 +1,5 @@ module.exports = { - "branches" : "main", + "branches" : "master", "tagFormat": "v${version}", "plugins": [ ["@semantic-release/commit-analyzer", { @@ -36,4 +36,4 @@ module.exports = { }] ], "preset": "angular" -} \ No newline at end of file +}