Skip to content

Commit 8e088ad

Browse files
authored
ci: fix the cliff install in release workflow (#30)
1 parent e33cb8a commit 8e088ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: |
111111
wget https://github.com/orhun/git-cliff/releases/download/v2.10.1/git-cliff-2.10.1-aarch64-unknown-linux-gnu.tar.gz
112112
tar -xzf git-cliff-2.10.1-aarch64-unknown-linux-gnu.tar.gz
113-
sudo mv git-cliff-2.8.1/git-cliff /usr/local/bin/
113+
sudo mv git-cliff-2.10.1/git-cliff /usr/local/bin/
114114
chmod +x /usr/local/bin/git-cliff
115115
git-cliff --version
116116

0 commit comments

Comments
 (0)