Skip to content

Commit

Permalink
ci: Fix Git-cliff directory reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Heikki Ketoharju committed Mar 3, 2024
1 parent 218577d commit f3994f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: create a deb package
run: make deb
- name: generate release notes for the latest release
run: ./git-cliff/git-cliff --latest > release-notes.txt
run: ./git-cliff-*/git-cliff --latest > release-notes.txt
- name: create a github release
run: gh release create $VERSION --notes-file release-notes.txt bin/*

0 comments on commit f3994f1

Please sign in to comment.