From 6547ea3378a702d18b0f19fa80af5b0ca03c8bb4 Mon Sep 17 00:00:00 2001 From: joshuasimon-taulia Date: Wed, 16 Mar 2022 22:08:38 -0700 Subject: [PATCH] fix(go-cli): missing build-make-build step in release --- packs/go-cli/.lighthouse/jenkins-x/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packs/go-cli/.lighthouse/jenkins-x/release.yaml b/packs/go-cli/.lighthouse/jenkins-x/release.yaml index e76cfd5317..1d77c589cc 100755 --- a/packs/go-cli/.lighthouse/jenkins-x/release.yaml +++ b/packs/go-cli/.lighthouse/jenkins-x/release.yaml @@ -29,7 +29,7 @@ spec: requests: cpu: 400m memory: 600Mi - - name: build-make-build + - name: upload-binaries resources: {} - name: check-registry resources: {}