1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-10 22:42:00 +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

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