Skip to content

Commit 36a0037

Browse files
authored
fix(ci): install git-cliff for release (#150)
1 parent bdff7b5 commit 36a0037

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
fetch-depth: 100
4242
fetch-tags: true
4343

44+
- name: Install git-cliff
45+
uses: taiki-e/install-action@git-cliff
46+
4447
- name: Compute release tag
4548
id: compute_release_version
4649
run: |

0 commit comments

Comments
 (0)