chore: Update git-cliff CI to 2.2.1
#16
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue