chore: Update git-cliff CI to 2.2.1
All checks were successful
Check PR title / check_pr_title (pull_request) Successful in 2s
Rust CI / Rust CI (pull_request) Successful in 1m15s

This commit is contained in:
Awiteb 2024-04-25 01:37:48 +03:00
parent 5f357b89cb
commit 3b78cc5309
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -16,7 +16,7 @@ jobs:
fetch-tags: true
- name: Install git-cliff
run: |
version="2.1.2"
version="2.2.1"
wget "https://github.com/orhun/git-cliff/releases/download/v$version/git-cliff-$version-x86_64-unknown-linux-gnu.tar.gz"
tar -xvzf git-cliff-*.tar.gz
mv "git-cliff-$version/git-cliff" /usr/local/bin