Skip to content

Commit

Permalink
ci: Fix release notes of pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
YDX-2147483647 committed Aug 30, 2024
1 parent c845fef commit 25055b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
id: git-cliff
with:
config: cliff.toml
args: -vv --latest --strip header
args: -vv ${{ github.event.release.prerelease && '--unreleased' || '--latest' }} --strip header
env:
OUTPUT: CHANGES.md
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 25055b3

Please sign in to comment.