Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arran4 committed Mar 9, 2024
1 parent 91247f8 commit cc38137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- name: Generate changelog
run: |
git log --pretty=format:"%h %s (%an)" > debian/changelog
echo "packagename (version) distribution; urgency=low" | cat - debian/changelog > temp && mv temp debian/changelog
echo "kde-keyboard-shortcuts (${{steps.get_version.outputs.VERSION}}) distribution; urgency=low" | cat - debian/changelog > temp && mv temp debian/changelog
echo "" >> debian/changelog
echo " -- Maintainer Name <maintainer@example.com> $(date -R)" >> debian/changelog
echo " -- Arran Ubels <arran4@gmail.com> $(date -R)" >> debian/changelog
- name: Get version from tag
id: get_version
Expand Down

0 comments on commit cc38137

Please sign in to comment.