Skip to content

Commit

Permalink
Update git-cliff installation
Browse files Browse the repository at this point in the history
  • Loading branch information
karthik-sivadas committed Mar 18, 2024
1 parent 65d1fa0 commit 8d6a5bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ jobs:

- name: Generate changelog
run: |
curl -L https://github.com/orhun/git-cliff/releases/download/v0.1.0/git-cliff-linux-x86_64 -o git-cliff
chmod +x git-cliff
./git-cliff --config gitcliff.toml > CHANGELOG.md
apk add git-cliff
git-cliff --config gitcliff.toml > CHANGELOG.md
git add CHANGELOG.md
git commit -m "Generate changelog for ${{ steps.nextversion.outputs.version }}"
git push
Expand Down

0 comments on commit 8d6a5bf

Please sign in to comment.