Skip to content

Commit

Permalink
build(changelog): fix issue with wrong urls in changelog.md (#1697)
Browse files Browse the repository at this point in the history
Update orhun/git-cliff-action action from v1 to v2. v1 doesn't have a postprocessor included.

Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou authored Dec 30, 2023
1 parent caaca54 commit e86d918
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 @@ -130,7 +130,7 @@ jobs:
echo "TAG_NAME=$(git describe --tags $(git rev-list --tags --max-count=1))" >> $GITHUB_OUTPUT
- name: Generate a changelog
uses: orhun/git-cliff-action@v1
uses: orhun/git-cliff-action@v2
id: git-cliff
with:
config: cliff.toml
Expand Down

0 comments on commit e86d918

Please sign in to comment.