Skip to content

Commit d4aa51d

Browse files
committed
updated the git-cliff in release.yml
1 parent 2caea5c commit d4aa51d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@ jobs:
5757
# ------------------------------
5858
- name: Install git-cliff
5959
run: |
60-
curl -sSL https://github.com/orhun/git-cliff/releases/latest/download/git-cliff-Linux-x86_64.tar.gz \
61-
| tar -xz
62-
sudo mv git-cliff /usr/local/bin/
60+
curl -sS https://raw.githubusercontent.com/orhun/git-cliff/main/install.sh | bash
61+
sudo mv cliff /usr/local/bin/git-cliff
6362
6463
- name: Generate changelog
6564
run: |

0 commit comments

Comments
 (0)