Gh Changelog Action: Point to main branch as release branch
diff --git a/.github/workflows/automatic-changelog-update.yml b/.github/workflows/automatic-changelog-update.yml
index c966e86..b68d22d 100644
--- a/.github/workflows/automatic-changelog-update.yml
+++ b/.github/workflows/automatic-changelog-update.yml
@@ -39,7 +39,7 @@
         uses: ./.github/actions/changelog
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
-
+          release_branch: "main"
       - name: Commit files
         env:
           CI_USER: "github-actions[bot]"