fix: the helm dep update step is missing (#1077)

Signed-off-by: rick <LinuxSuRen@users.noreply.github.com>
Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
This commit is contained in:
Rick
2024-03-27 17:01:37 +08:00
committed by GitHub
parent 1829b22c01
commit d127060bc8
2 changed files with 3 additions and 1 deletions

View File

@@ -62,5 +62,6 @@ jobs:
uses: actions/checkout@v3
- name: Helm Check
run: |
helm dependency update files/helm/fastgpt
helm lint files/helm/fastgpt
helm package files/helm/fastgpt