Skip to content

Commit 6a4354d

Browse files
committed
add dependency repo for release action
1 parent 1331a2d commit 6a4354d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
uses: azure/setup-helm@v1
2424
with:
2525
version: v3.4.0
26-
# - name: Update Helm dependencies
27-
# run: helm repo add mongodb https://charts.bitnami.com/bitnami && helm repo update && helm dependency update ./graylog
26+
- name: Update Helm dependencies
27+
run: helm repo add mongodb https://charts.bitnami.com/bitnami && helm repo update
2828
- name: Run chart-releaser
2929
uses: helm/[email protected]
3030
with:

0 commit comments

Comments
 (0)