Skip to content

Commit dcd92cf

Browse files
committed
chore: fix release workflow
1 parent 475aa5a commit dcd92cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Commit changelog
5353
uses: stefanzweifel/git-auto-commit-action@v5
5454
with:
55-
branch: main
55+
branch: next
5656
file_pattern: 'CHANGELOG.md'
5757
commit_message: 'chore: generate changelog'
5858

0 commit comments

Comments
 (0)