From d445c9738bf0a65927fbf67cdb8d0bafa292e1ca Mon Sep 17 00:00:00 2001 From: Arijit Das Date: Fri, 7 May 2021 21:48:17 +0530 Subject: [PATCH] fix(release): Trigger release when pushed to main branch. (#1566) --- package.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/package.json b/package.json index 970dad809b..31358f8f0e 100644 --- a/package.json +++ b/package.json @@ -6,13 +6,6 @@ "publishConfig": { "access": "public" }, - "release": { - "publish": ["@semantic-release/github"], - "branches": [ - "development", - "next" - ] - }, "repository": { "type": "git", "url": "git+https://github.com/ChainSafe/gossamer.git"