Skip to content

Commit

Permalink
ci: Install Git-cliff
Browse files Browse the repository at this point in the history
  • Loading branch information
Heikki Ketoharju committed Mar 3, 2024
1 parent db92a83 commit 8e189bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt install make ruby-rubygems -y
- run: sudo apt install make ruby-rubygems cargo -y
- run: sudo gem install --no-document fpm
- run: pip install setuptools shiv
- run: cargo install git-cliff
- name: create a deb package
run: make deb
- name: generate release notes for the latest release
Expand Down

0 comments on commit 8e189bc

Please sign in to comment.