summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2020-10-14 00:01:19 +0200
committerGitHub <noreply@github.com>2020-10-14 00:01:19 +0200
commitd2ea5dd8b7fe62228854ad7f1a3a1d4681378b69 (patch)
tree947613980d6f453108cb48b41c376eb6b91c90b2
parente0381b592044cc5a67ffc14a48906fc23d1189da (diff)
workflows: don't sign commitv0.23.5
-rw-r--r--.github/workflows/cd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index 2019f1273..655e2fb31 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -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