Skip to content

Commit

Permalink
Merge pull request #6 from GPP-Woo/add-repos-in-action
Browse files Browse the repository at this point in the history
fix: add repos during build
  • Loading branch information
felixcicatt authored Dec 17, 2024
2 parents d30a02f + ad4fa15 commit c581ae3
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 c581ae3

Please sign in to comment.