Skip to content

Commit 3656ffb

Browse files
committed
chore: fix wrong branch on relaese workflow
1 parent 57766e5 commit 3656ffb

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
@@ -51,7 +51,7 @@ jobs:
5151
- name: Commit changelog
5252
uses: stefanzweifel/git-auto-commit-action@v5
5353
with:
54-
branch: master
54+
branch: main
5555
file_pattern: '*.md'
5656
commit_message: 'chore: sync changelog'
5757

0 commit comments

Comments
 (0)