You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Define dependency versions (use go.mod if we also use Go code from dependency)
36
36
exportCERT_MGR_VERSION := v1.15.3
@@ -356,7 +356,7 @@ export GORELEASER_ARGS
356
356
357
357
.PHONY: release
358
358
release: $(GORELEASER)#EXHELP Runs goreleaser for the operator-controller. By default, this will run only as a snapshot and will not publish any artifacts unless it is run with different arguments. To override the arguments, run with "GORELEASER_ARGS=...". When run as a github action from a tag, this target will publish a full release.
0 commit comments