diff --git a/.github/workflows/sync-release-notes.yml b/.github/workflows/sync-release-notes.yml index 022e14b..ac230b7 100644 --- a/.github/workflows/sync-release-notes.yml +++ b/.github/workflows/sync-release-notes.yml @@ -64,7 +64,7 @@ jobs: This commit automatically updates the CHANGELOG.md file to match the release notes from GitHub releases, ensuring consistency between local documentation and published releases." - git push + git push -u origin update-changelog - name: Create Pull Request if: steps.changes.outputs.changed == 'true'