Skip to content

Commit 9f0ce35

Browse files
committed
chore: speed up git-cliff install
1 parent aad8a34 commit 9f0ce35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ jobs:
126126
toolchain: stable
127127

128128
- name: Install git-cliff
129-
run: |
130-
cargo install --locked git-cliff
131-
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
129+
uses: taiki-e/install-action@v2
130+
with:
131+
tool: git-cliff
132132

133133
- name: Generate changelog from git history
134134
run: git-cliff --config .gitcliff.toml --latest --output release-notes.md

0 commit comments

Comments
 (0)