Skip to content

Commit

Permalink
fix missing parts release process
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Ramlot <[email protected]>
  • Loading branch information
inteon committed Dec 15, 2023
1 parent f5edefd commit 23e2f32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: approver-policy-${{ env.VERSION }}.tgz
name: ${{ needs.release.outputs.RELEASE_HELM_CHART_NAME }}-${{ needs.release.outputs.RELEASE_HELM_CHART_VERSION }}.tgz
path: ${{ steps.release.outputs.RELEASE_HELM_CHART_TAR }}
if-no-files-found: error

outputs:
RELEASE_OCI_MANAGER_IMAGE: ${{ steps.release.outputs.RELEASE_OCI_MANAGER_IMAGE }}
Expand Down
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: | $(NEEDS_CRANE)
release: helm-chart | $(NEEDS_CRANE)
$(MAKE) oci-push-manager

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

0 comments on commit 23e2f32

Please sign in to comment.