We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60e0db commit e1650eaCopy full SHA for e1650ea
.github/workflows/release.yml
@@ -9,6 +9,12 @@ jobs:
9
release:
10
runs-on: ubuntu-latest
11
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
+
18
- name: Checkout
19
uses: actions/checkout@v2
20
with:
0 commit comments