diff --git a/.octopus/deployment_process.ocl b/.octopus/deployment_process.ocl index 25a0d137..b9114048 100644 --- a/.octopus/deployment_process.ocl +++ b/.octopus/deployment_process.ocl @@ -102,7 +102,7 @@ step "push-homebrew-formula-updates-to-the-homebrew-taps-repo" { Copy-Item -Path "$extractedPath/*" -Filter "*.rb" -Destination "." -Force - git diff-index --quiet HEAD || (git commit -m "Update for release $packageVersion" ` + git diff-index --quiet HEAD || (git commit -a -m "Update for release $packageVersion" ` && git push --repo $origin --set-upstream origin $branchName ` )