Skip to content

Commit 6eea1a4

Browse files
committed
ci(release): fix git-cliff download URL (v2.12.0, no v-prefix in filename)
1 parent 339853d commit 6eea1a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install git-cliff
6161
run: |
6262
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" \
63+
"https://github.com/orhun/git-cliff/releases/download/v2.12.0/git-cliff-2.12.0-x86_64-unknown-linux-musl.tar.gz" \
6464
| tar -xz --wildcards "*/git-cliff" --strip-components=1
6565
chmod +x git-cliff
6666
sudo mv git-cliff /usr/local/bin/git-cliff

0 commit comments

Comments
 (0)