Skip to content

Commit

Permalink
ci: add release generation to the CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
Heikki Ketoharju committed Jan 23, 2024
1 parent 9f4e92a commit 0bf72e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ jobs:
- run: sudo gem install --no-document fpm
- name: create a deb package
run: make build
- name: create a github release
run: gh release create v1.2.3 --generate-notes bin/*.deb

0 comments on commit 0bf72e7

Please sign in to comment.