Skip to content

Commit d6af391

Browse files
committed
ci: setup helm for release
Signed-off-by: Tyler Gillson <[email protected]>
1 parent ceb7392 commit d6af391

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
with:
2727
submodules: recursive
2828

29+
- name: Set up Helm
30+
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4
31+
with:
32+
version: v3.15.4
33+
2934
- name: Generate Hauls for release
3035
run: |
3136
helm repo update

0 commit comments

Comments
 (0)