diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 012c632..862cd5c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -17,13 +17,13 @@ jobs: - name: Install Helm uses: azure/setup-helm@v1 - - name: Add dependency chart repos - run: | - helm repo add openkruise https://openkruise.github.io/charts - helm repo add minio https://helm.min.io/ - helm repo add dandydeveloper https://dandydeveloper.github.io/charts/ - helm repo add stable https://charts.helm.sh/stable - helm repo add incubator https://charts.helm.sh/incubator + # - name: Add dependency chart repos + # run: | + # helm repo add openkruise https://openkruise.github.io/charts + # helm repo add minio https://helm.min.io/ + # helm repo add dandydeveloper https://dandydeveloper.github.io/charts/ + # helm repo add stable https://charts.helm.sh/stable + # helm repo add incubator https://charts.helm.sh/incubator - name: Configure Git run: | git config user.name "gh-actions"