Skip to content

Commit 6da6a9d

Browse files
committed
fix: target master branch in release workflow
1 parent 467021a commit 6da6a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

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: master
5656
file_pattern: "CHANGELOG.md"
5757
commit_message: "chore: generate changelog"
5858

0 commit comments

Comments
 (0)