Update publish action yaml

Signed-off-by: FillZpp <FillZpp.pub@gmail.com>
This commit is contained in:
Siyu Wang 2021-10-25 14:09:55 +08:00 committed by FillZpp
parent 15e0d27f09
commit 219e8ecd4c
1 changed files with 7 additions and 7 deletions

View File

@ -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"