Skip to content

Commit

Permalink
Merge pull request #7 from GPP-Woo/fix-casing-in-helm-repo-add
Browse files Browse the repository at this point in the history
fix casing in helm repo add
  • Loading branch information
SilviaAmAm authored Dec 17, 2024
2 parents c581ae3 + 38c147d commit bfea5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
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
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 bfea5ec

Please sign in to comment.