Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/sync-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down