Skip to content

Commit

Permalink
ci: read release notes from file instead of generating them
Browse files Browse the repository at this point in the history
  • Loading branch information
Heikki Ketoharju committed Mar 3, 2024
1 parent 00cd711 commit 44d9996
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 @@ -21,4 +21,4 @@ jobs:
- name: generate release notes for the latest release
run: git-cliff --latest > release-notes.txt
- name: create a github release
run: gh release create $VERSION --generate-notes --notes-file release-notes.txt bin/*
run: gh release create $VERSION --notes-file release-notes.txt bin/*

0 comments on commit 44d9996

Please sign in to comment.