Skip to content

Commit e1650ea

Browse files
committed
Update release.yml file to Add Helm dependency repos.
1 parent e60e0db commit e1650ea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- name: Add Helm dependency repos
13+
run: |
14+
helm repo add bitnami https://charts.bitnami.com/bitnami
15+
helm repo add meilisearch https://meilisearch.github.io/meilisearch-kubernetes
16+
helm repo update
17+
1218
- name: Checkout
1319
uses: actions/checkout@v2
1420
with:

0 commit comments

Comments
 (0)