Skip to content

Commit

Permalink
fix: add repos during build
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcicatt committed Dec 17, 2024
1 parent d30a02f commit ad4fa15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- name: Add dependency chart repos
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add maykin https://maykinmedia.github.io/charts
helm repo add gpp-woo https://gpp-woo.github.io/charts
- name: Run chart-releaser
uses: helm/[email protected]
Expand Down

0 comments on commit ad4fa15

Please sign in to comment.