diff --git a/ci-automation/ci_automation_common.sh b/ci-automation/ci_automation_common.sh index 87dca40b99..80c74ce616 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 --allow-empty -m "New version: ${version}" + git commit -s --allow-empty -m "New version: ${version}" git fetch --all --tags --force local -i ret=0