From 5dcb05d237e31910dbb4e562b29ad32ebefad664 Mon Sep 17 00:00:00 2001 From: OpenShift Cherrypick Robot Date: Fri, 21 Apr 2023 15:29:39 +0000 Subject: [PATCH] [release-v0.1] (fix): export the CERT_MGR_VERSION env var for releasing (#48) export the CERT_MGR_VERSION env var for releasing Signed-off-by: Bryce Palmer Co-authored-by: Bryce Palmer --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 79827da8..9ec5b677 100644 --- a/Makefile +++ b/Makefile @@ -174,6 +174,7 @@ export GIT_VERSION ?= $(GIT_VERSION) export GIT_COMMIT ?= $(GIT_COMMIT) export GIT_TREE_STATE ?= $(GIT_TREE_STATE) export COMMIT_DATE ?= $(COMMIT_DATE) +export CERT_MGR_VERSION ?= $(CERT_MGR_VERSION) release: goreleaser ## Runs goreleaser for catalogd. 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. $(GORELEASER) $(GORELEASER_ARGS)