We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339853d commit 6eea1a4Copy full SHA for 6eea1a4
1 file changed
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Install git-cliff
61
run: |
62
curl -sSfL \
63
- "https://github.com/orhun/git-cliff/releases/download/v2.12.0/git-cliff-v2.12.0-x86_64-unknown-linux-musl.tar.gz" \
+ "https://github.com/orhun/git-cliff/releases/download/v2.12.0/git-cliff-2.12.0-x86_64-unknown-linux-musl.tar.gz" \
64
| tar -xz --wildcards "*/git-cliff" --strip-components=1
65
chmod +x git-cliff
66
sudo mv git-cliff /usr/local/bin/git-cliff
0 commit comments