Skip to content

Commit

Permalink
test: deps
Browse files Browse the repository at this point in the history
add dependent repositories before releaser stage
  • Loading branch information
Jonathan Langlois committed Dec 9, 2021
1 parent 0c16da8 commit 4295edd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
with:
version: v3.4.0

- name: Add Helm Dependencies
run: |
helm repo add incubator https://charts.helm.sh/incubator
- name: Run chart-releaser
uses: helm/[email protected]
with:
Expand Down

0 comments on commit 4295edd

Please sign in to comment.