This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/main by this push:
new 36f20fc Fix git commit signatures
36f20fc is described below
commit 36f20fc46579fd54fb9ad94a7f3b07b89b45fd0b
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Wed Sep 13 08:58:18 2023 +0200
Fix git commit signatures
---
.github/workflows/deploy-release-reusable.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/deploy-release-reusable.yaml
b/.github/workflows/deploy-release-reusable.yaml
index a366650..0647697 100644
--- a/.github/workflows/deploy-release-reusable.yaml
+++ b/.github/workflows/deploy-release-reusable.yaml
@@ -107,7 +107,7 @@ jobs:
versions:set-property
git config user.name "ASF Logging Services RM"
git config user.email [email protected]
- git commit -s pom.xml -m "Set version to \`$PROJECT_VERSION\`"
+ git commit -S pom.xml -m "Set version to \`$PROJECT_VERSION\`"
git push origin
fi
@@ -121,7 +121,7 @@ jobs:
if [ -n "$(git status --porcelain)" ]; then
git config user.name "ASF Logging Services RM"
git config user.email [email protected]
- git commit -s src/changelog -m "Release changelog for version
\`$PROJECT_VERSION\`"
+ git commit -S src/changelog -m "Release changelog for version
\`$PROJECT_VERSION\`"
git push origin
fi