Skip to content

Commit

Permalink
workflows: don't sign commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored Oct 13, 2020
1 parent e0381b5 commit d2ea5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
gbp import-ref -u "$version"
gbp dch -D xenial -N "$version"-1
git add debian/changelog
git commit -S -m "d/changelog: dch $version"
git commit -m "d/changelog: dch $version"
gbp tag
git push --tags origin master

0 comments on commit d2ea5dd

Please sign in to comment.