Skip to content

Commit

Permalink
ci: Ignore binaries installed by git-cliff-action
Browse files Browse the repository at this point in the history
Fixes #556
  • Loading branch information
YDX-2147483647 committed Oct 7, 2024
1 parent 6f94b39 commit 426991b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ jobs:
with:
commit-message: Update CHANGELOG for ${{ github.event.release.tag_name }}
title: Update CHANGELOG for ${{ github.event.release.tag_name }}
# Ignore binaries installed by git-cliff-action.
add-paths: CHANGELOG.md

- name: Report status
run: |
Expand Down

0 comments on commit 426991b

Please sign in to comment.