Skip to content

Commit

Permalink
Merge pull request #358 from inteon/fix_release
Browse files Browse the repository at this point in the history
Use standardised release process
  • Loading branch information
jetstack-bot authored Jan 24, 2024
2 parents 621420c + e2bc310 commit 263ebd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/02_mod.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ include make/test-unit.mk
.PHONY: release
## Publish all release artifacts (image + helm chart)
## @category [shared] Release
release: helm-chart | $(NEEDS_CRANE)
release: $(helm_chart_archive)
$(MAKE) oci-push-manager

@echo "RELEASE_OCI_MANAGER_IMAGE=$(oci_manager_image_name)" >> "$(GITHUB_OUTPUT)"
Expand Down

0 comments on commit 263ebd2

Please sign in to comment.