Skip to content

Commit 7298937

Browse files
Merge pull request #348 from elfosardo/fix-release-workflow
🐛 Install kustomize for release workflow
2 parents 30e1948 + 27ee8bb commit 7298937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ release-notes: $(RELEASE_NOTES_DIR) $(RELEASE_NOTES)
329329
cd hack/tools && $(GO) run release/notes.go --releaseTag=$(RELEASE_TAG) > $(realpath $(RELEASE_NOTES_DIR))/$(RELEASE_TAG).md
330330

331331
.PHONY: release
332-
release:
332+
release: kustomize
333333
@if [ -z "${RELEASE_TAG}" ]; then echo "RELEASE_TAG is not set"; exit 1; fi
334334
@if ! [ -z "$$(git status --porcelain)" ]; then echo "You have uncommitted changes"; exit 1; fi
335335
git checkout "${RELEASE_TAG}"

0 commit comments

Comments
 (0)