Skip to content

Commit

Permalink
Merge pull request #51 from ondat/fix-chart-releaser
Browse files Browse the repository at this point in the history
Fix releaser
  • Loading branch information
DavidMarchant authored Aug 31, 2022
2 parents 5bc9629 + 75d16a7 commit 741a79a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Add Ondat repository
run: helm dependency update charts/umbrella-charts/ondat
- name: Update Repository
run: |
helm repo update
helm dependency update charts/umbrella-charts/ondat
- name: Run chart-releaser
uses: helm/[email protected]
Expand Down

0 comments on commit 741a79a

Please sign in to comment.