Skip to content

Commit

Permalink
fix: show current changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DerTiedemann committed Oct 28, 2024
1 parent ce2a194 commit 7384ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/changelog-generate/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
id: git-cliff-latest
with:
config: tmp_cliff.toml
args: "--latest --tag ${{ inputs.tag }} --verbose"
args: "--unreleased --tag ${{ inputs.tag }} --verbose"
env:
GITHUB_REPO: ${{ github.repository }}
GITHUB_TOKEN: ${{ inputs.github-token }}
Expand Down

0 comments on commit 7384ed4

Please sign in to comment.