Skip to content

Commit 066c246

Browse files
committed
ci: helm repo update
Signed-off-by: Tyler Gillson <[email protected]>
1 parent 91da023 commit 066c246

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
submodules: recursive
2828

2929
- name: Generate Hauls for release
30-
run: make haul
30+
run: |
31+
helm repo update
32+
make haul
3133
3234
- name: Attach Hauls to release
3335
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2

0 commit comments

Comments
 (0)