diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a54eff6..6478e8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: run: | helm plugin install https://github.com/aslafy-z/helm-git --version 0.16.0 #helm repo add bitnami https://charts.bitnami.com/bitnami - helm repo update + #helm repo update helm dependency update mkdir dist helm package . -d dist