diff --git a/.woodpecker/go-generate.yaml b/.woodpecker/go-generate.yaml index 0a68b7c..98ee870 100644 --- a/.woodpecker/go-generate.yaml +++ b/.woodpecker/go-generate.yaml @@ -33,4 +33,4 @@ steps: - git -C ./target checkout $CI_COMMIT_BRANCH || git -C ./target checkout -b $CI_COMMIT_BRANCH - git -C ./target add . - 'git -C ./target commit -m "Update protobuf definitions: $CI_COMMIT_SHA"' - - git -C ./target push + - git -C ./target push --set-upstream origin $CI_COMMIT_BRANCH