1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-28 09:08:41 +02:00

workflows: don't sign commit

This commit is contained in:
Dawid Dziurla 2020-10-14 00:01:19 +02:00 committed by GitHub
parent e0381b5920
commit d2ea5dd8b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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