We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33cb8a commit 8e088adCopy full SHA for 8e088ad
.github/workflows/release.yml
@@ -110,7 +110,7 @@ jobs:
110
run: |
111
wget https://github.com/orhun/git-cliff/releases/download/v2.10.1/git-cliff-2.10.1-aarch64-unknown-linux-gnu.tar.gz
112
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/
+ sudo mv git-cliff-2.10.1/git-cliff /usr/local/bin/
114
chmod +x /usr/local/bin/git-cliff
115
git-cliff --version
116
0 commit comments