From 4f2ba56b476962518d6b46856265c7b32074fd34 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) --- .github/workflows/release.yml | 2 +- package.json | 13 +++---------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4240534bc1..953b1c2396 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 16 - name: Install dependencies run: npm install @semantic-release/changelog @semantic-release/git @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/exec @semantic-release/git semantic-release/release-notes-generator - name: Release diff --git a/package.json b/package.json index 970dad809b..6000d3695e 100644 --- a/package.json +++ b/package.json @@ -6,19 +6,12 @@ "publishConfig": { "access": "public" }, - "release": { - "publish": ["@semantic-release/github"], - "branches": [ - "development", - "next" - ] - }, "repository": { "type": "git", - "url": "git+https://github.com/ChainSafe/gossamer.git" + "url": "git+https://github.com/timwu20/gossamer.git" }, "bugs": { - "url": "https://github.com/ChainSafe/gossamer/issues" + "url": "https://github.com/timwu20/gossamer/issues" }, - "homepage": "https://github.com/ChainSafe/gossamer" + "homepage": "https://github.com/timwu20/gossamer" } \ No newline at end of file