Skip to content

Commit 6932cdf

Browse files
committed
fix: update branch reference for CHANGELOG commit action
1 parent 18bb7a1 commit 6932cdf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- name: Commit updated CHANGELOG
2929
uses: stefanzweifel/git-auto-commit-action@v4
3030
with:
31-
# branch: ${{ github.event.release.target_commitish }}
32-
branch: master
31+
branch: ${{ github.event.release.target_commitish }}
3332
commit_message: Update CHANGELOG.md
3433
file_pattern: CHANGELOG.md

0 commit comments

Comments
 (0)