diff --git a/modules/olm-bundle/01_mod.mk b/modules/olm-bundle/01_mod.mk index f43f41a..11287dd 100644 --- a/modules/olm-bundle/01_mod.mk +++ b/modules/olm-bundle/01_mod.mk @@ -94,7 +94,7 @@ olm-publish-$(subst /,-,$1): olm-bundle | $(NEEDS_GH) $(bin_dir)/scratch $(YQ) -i '.cert_project_id = "$(olm_project_id)"' operators/$(olm_project_name)/ci.yaml &&) \ git add operators/$(olm_project_name)/ci.yaml && \ git commit -m "operator $(olm_project_name) ($(VERSION))" && \ - git push -f -c "credential.helper=!$(GH) auth git-credential" origin $(VERSION) && \ + git -c "credential.helper=!$(GH) auth git-credential" push -f origin $(VERSION) && \ { $(GH) pr create --repo $1 --head $(firstword $(subst /, ,$2)):$(VERSION) --title "operator $(olm_project_name) ($(VERSION))" ||:; } olm-publish: olm-publish-$(subst /,-,$1)