Skip to content

Commit d702033

Browse files
ci: build chart deps before packaging (#504)
1 parent 2cfdede commit d702033

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/make-chart-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
echo "Chart version doesn't match release tag, please update"
118118
fi
119119
120+
helm dep build "charts/${{ needs.init.outputs.name }}"
120121
helm package "charts/${{ needs.init.outputs.name }}"
121122
122123
- name: Upload artifact

0 commit comments

Comments
 (0)