Skip to content

Commit

Permalink
ci: helm repo update
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <[email protected]>
  • Loading branch information
TylerGillson committed Nov 27, 2024
1 parent 91da023 commit 066c246
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
submodules: recursive

- name: Generate Hauls for release
run: make haul
run: |
helm repo update
make haul
- name: Attach Hauls to release
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2
Expand Down

0 comments on commit 066c246

Please sign in to comment.