diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c02b6f5..9de6f0a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: