diff --git a/ci-automation/ci_automation_common.sh b/ci-automation/ci_automation_common.sh index 80c74ce616..80d1ac4cd0 100644 --- a/ci-automation/ci_automation_common.sh +++ b/ci-automation/ci_automation_common.sh @@ -36,7 +36,7 @@ function update_and_push_version() { # Add and commit local changes git add "sdk_container/.repo/manifests/version.txt" - git commit -s --allow-empty -m "New version: ${version}" + git commit --signoff --allow-empty -m "New version: ${version}" git fetch --all --tags --force local -i ret=0