Skip to content

Commit 01e3e81

Browse files
authored
fix: set correct main branch in ci.yml
1 parent cf54fd8 commit 01e3e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: commitizen-tools/commitizen-action@master
4242
with:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
44-
branch: main
44+
branch: develop
4545
changelog_increment_filename: body.md
4646
- name: Release
4747
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)