Skip to content

Commit

Permalink
fix: cargo-cliff to git-cliff
Browse files Browse the repository at this point in the history
  • Loading branch information
ElhamAryanpur committed Dec 30, 2024
1 parent 73c2d22 commit c9a7941
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
toolchain: stable
override: true

- name: Install cargo-cliff
run: cargo install cargo-cliff
- name: Install git-cliff
run: cargo install git-cliff

- name: Generate changelog
run: cargo cliff --config cliff.toml --unreleased --output CHANGELOG.md --tag ${{ github.ref_name }}
run: git-cliff --config cliff.toml --unreleased --output CHANGELOG.md --tag ${{ github.ref_name }}

- name: Update release notes
env:
Expand Down

0 comments on commit c9a7941

Please sign in to comment.