Compare commits

...

1 Commits

Author SHA1 Message Date
Shaun Arman
7bb4c0a046 fix(ci): correct git-cliff archive path in tar extraction 2026-04-12 21:58:40 -05:00

View File

@ -96,7 +96,7 @@ jobs:
curl -fsSL \
"https://github.com/orhun/git-cliff/releases/download/v${CLIFF_VER}/git-cliff-${CLIFF_VER}-x86_64-unknown-linux-musl.tar.gz" \
| tar -xz --strip-components=1 -C /usr/local/bin \
"git-cliff-${CLIFF_VER}-x86_64-unknown-linux-musl/git-cliff"
"git-cliff-${CLIFF_VER}/git-cliff"
- name: Generate changelog
run: |