Skip to content

Commit

Permalink
fix: follow branch name update (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohei Asai authored May 4, 2021
1 parent 13c8469 commit 9ed4a9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- master
- stable
jobs:
dry-build:
name: Dry Build
Expand Down Expand Up @@ -116,6 +116,7 @@ jobs:
- name: Install Semantic Release
run: npm i semantic-release @semantic-release/exec conventional-changelog-conventionalcommits
- name: Semantic Release
id: semantic-release
env:
GITHUB_TOKEN: ${{ github.token }}
run: npx --no-install semantic-release
Expand Down
4 changes: 4 additions & 0 deletions .releaserc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
module.exports = {
branches: [
{ name: "stable" },
{ name: "next", channel: "next", prerelease: true },
],
plugins: [
[
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit 9ed4a9e

Please sign in to comment.