Skip to content

Commit

Permalink
[release-v0.1] (fix): export the CERT_MGR_VERSION env var for releasi…
Browse files Browse the repository at this point in the history
…ng (#48)

export the CERT_MGR_VERSION env var for releasing

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
Co-authored-by: Bryce Palmer <bpalmer@redhat.com>
  • Loading branch information
openshift-cherrypick-robot and everettraven committed Apr 21, 2023
1 parent 70758e6 commit 5dcb05d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 5dcb05d

Please sign in to comment.