diff --git a/Makefile b/Makefile index d9666d2e9..4b82bb32e 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ up: fi; \ echo "Commit: $$COMMIT_MSG"; \ git commit -m "$$COMMIT_MSG" && \ - git push origin + git push origin $$(git branch --show-current) # execute "go mod tidy" on all folders that have go.mod file .PHONY: tidy