Skip to content

Commit 4f2ba56

Browse files
arijitADtimwu20
authored andcommitted
fix(release): Trigger release when pushed to main branch (ChainSafe#1566)
1 parent 2b01dcc commit 4f2ba56

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: 12
19+
node-version: 16
2020
- name: Install dependencies
2121
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
2222
- name: Release

package.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,12 @@
66
"publishConfig": {
77
"access": "public"
88
},
9-
"release": {
10-
"publish": ["@semantic-release/github"],
11-
"branches": [
12-
"development",
13-
"next"
14-
]
15-
},
169
"repository": {
1710
"type": "git",
18-
"url": "git+https://github.com/ChainSafe/gossamer.git"
11+
"url": "git+https://github.com/timwu20/gossamer.git"
1912
},
2013
"bugs": {
21-
"url": "https://github.com/ChainSafe/gossamer/issues"
14+
"url": "https://github.com/timwu20/gossamer/issues"
2215
},
23-
"homepage": "https://github.com/ChainSafe/gossamer"
16+
"homepage": "https://github.com/timwu20/gossamer"
2417
}

0 commit comments

Comments
 (0)