Skip to content

Commit ec9dfcb

Browse files
author
ScribblerCoder
committed
add helm depdency build command to release workflow
1 parent 3b850c3 commit ec9dfcb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/helm-chart-release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434
- name: add helm repos
3535
run: |
3636
helm repo add bitnami https://charts.bitnami.com/bitnami
37-
helm repo add seaweedfs helm repo add minio https://charts.min.io
37+
helm repo add minio https://charts.min.io
3838
helm repo update
39+
helm dep up
3940
4041
- name: Run chart-releaser
4142
run: |

0 commit comments

Comments
 (0)