Skip to content

Commit

Permalink
ci: install git-cliff using cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse committed Sep 27, 2024
1 parent a75d60e commit 969f873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: npm install # change this to npm, pnpm or bun depending on which one you use.

- name: Set up git-cliff
uses: kenji-miyake/setup-git-cliff@v1
run: cargo install git-cliff

- name: Check versions consistency from `src-tauri/tauri.conf.json`
run: uv run ./bin/release.py check-versions
Expand Down

0 comments on commit 969f873

Please sign in to comment.