fix(ci): extract git-cliff to /tmp to avoid dirty worktree #47

Merged
lerko merged 1 commits from fix/git-cliff-install into main 2026-06-02 14:20:23 +00:00
Showing only changes of commit 094de23bd0 - Show all commits
+2 -2
View File
@@ -35,8 +35,8 @@ jobs:
run: |
apk add --no-cache curl jq
VERSION=$(curl -sS https://api.github.com/repos/orhun/git-cliff/releases/latest | jq -r '.tag_name' | sed 's/^v//')
curl -sSL "https://github.com/orhun/git-cliff/releases/download/v${VERSION}/git-cliff-${VERSION}-x86_64-unknown-linux-musl.tar.gz" | tar xz
mv git-cliff-*/git-cliff /usr/local/bin/
curl -sSL "https://github.com/orhun/git-cliff/releases/download/v${VERSION}/git-cliff-${VERSION}-x86_64-unknown-linux-musl.tar.gz" | tar xz -C /tmp
mv /tmp/git-cliff-*/git-cliff /usr/local/bin/
git-cliff --version
- name: Generate release notes