1 parent bdff7b5 commit 36a0037Copy full SHA for 36a0037
1 file changed
.github/workflows/release.yml
@@ -41,6 +41,9 @@ jobs:
41
fetch-depth: 100
42
fetch-tags: true
43
44
+ - name: Install git-cliff
45
+ uses: taiki-e/install-action@git-cliff
46
+
47
- name: Compute release tag
48
id: compute_release_version
49
run: |
0 commit comments