Skip to content

Commit 426991b

Browse files
ci: Ignore binaries installed by git-cliff-action
Fixes #556
1 parent 6f94b39 commit 426991b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ jobs:
247247
with:
248248
commit-message: Update CHANGELOG for ${{ github.event.release.tag_name }}
249249
title: Update CHANGELOG for ${{ github.event.release.tag_name }}
250+
# Ignore binaries installed by git-cliff-action.
251+
add-paths: CHANGELOG.md
250252

251253
- name: Report status
252254
run: |

0 commit comments

Comments
 (0)