Skip to content

Commit 1b154d6

Browse files
chore: update branches configuration in semantic-release workflow
1 parent d3cf198 commit 1b154d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/semantic-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
- uses: cycjimmy/semantic-release-action@v2
2828
with:
2929
semantic_version: 19
30+
branches: |
31+
[
32+
'next',
33+
'v2'
34+
]
3035
id: semantic
3136
env:
3237
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)