Skip to content

Commit 927e3f4

Browse files
committed
Fix helm release action
Signed-off-by: Hemslo Wang <[email protected]>
1 parent 651bdb1 commit 927e3f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-charts.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
- name: Install Helm
2727
uses: azure/setup-helm@v3
2828

29+
- name: Add dependent repositories
30+
run: |
31+
helm repo add redis-stack https://redis-stack.github.io/helm-redis-stack/
32+
helm repo add ollama-helm https://otwld.github.io/ollama-helm/
33+
2934
- name: Run chart-releaser
3035
uses: helm/[email protected]
3136
env:

0 commit comments

Comments
 (0)