Skip to content

Commit

Permalink
fix(release): Trigger release when pushed to main branch (ChainSafe#1566
Browse files Browse the repository at this point in the history
)
  • Loading branch information
arijitAD authored and timwu20 committed Dec 6, 2021
1 parent 2b01dcc commit 4f2ba56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 4f2ba56

Please sign in to comment.