File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 16
16
- name : Setup Node.js
17
17
uses : actions/setup-node@v1
18
18
with :
19
- node-version : 12
19
+ node-version : 16
20
20
- name : Install dependencies
21
21
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
22
22
- name : Release
Original file line number Diff line number Diff line change 6
6
"publishConfig" : {
7
7
"access" : " public"
8
8
},
9
- "release" : {
10
- "publish" : [" @semantic-release/github" ],
11
- "branches" : [
12
- " development" ,
13
- " next"
14
- ]
15
- },
16
9
"repository" : {
17
10
"type" : " git" ,
18
- "url" : " git+https://github.com/ChainSafe /gossamer.git"
11
+ "url" : " git+https://github.com/timwu20 /gossamer.git"
19
12
},
20
13
"bugs" : {
21
- "url" : " https://github.com/ChainSafe /gossamer/issues"
14
+ "url" : " https://github.com/timwu20 /gossamer/issues"
22
15
},
23
- "homepage" : " https://github.com/ChainSafe /gossamer"
16
+ "homepage" : " https://github.com/timwu20 /gossamer"
24
17
}
You can’t perform that action at this time.
0 commit comments