chore: Update git-cliff CI to 2.2.1 #16

Merged
awiteb merged 1 commit from awiteb/upgrade-git-cliff-ci into master 2024-04-25 00:39:59 +02:00 AGit
Showing only changes of commit 3b78cc5309 - Show all commits

View file

@ -16,7 +16,7 @@ jobs:
fetch-tags: true fetch-tags: true
- name: Install git-cliff - name: Install git-cliff
run: | 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" 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 tar -xvzf git-cliff-*.tar.gz
mv "git-cliff-$version/git-cliff" /usr/local/bin mv "git-cliff-$version/git-cliff" /usr/local/bin