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 5cb6dc8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3

- name: Build dependencies
run: |
helm repo add dandydev https://dandydeveloper.github.io/charts
cd charts/odk-central && helm dependency build
- name: Run chart-releaser
uses: helm/[email protected]
env:
Expand Down

0 comments on commit 5cb6dc8

Please sign in to comment.