Skip to content

Commit

Permalink
build chart dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmcnulty committed Jan 11, 2024
1 parent f886624 commit 0128653
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3

- name: Build dependencies
run: |
cd charts/odk-central && helm dependency build
- name: Run chart-releaser
uses: helm/[email protected]
env:
Expand Down

0 comments on commit 0128653

Please sign in to comment.