Skip to content

Commit

Permalink
Fix helm release action
Browse files Browse the repository at this point in the history
Signed-off-by: Hemslo Wang <[email protected]>
  • Loading branch information
hemslo committed Apr 20, 2024
1 parent 651bdb1 commit 927e3f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3

- name: Add dependent repositories
run: |
helm repo add redis-stack https://redis-stack.github.io/helm-redis-stack/
helm repo add ollama-helm https://otwld.github.io/ollama-helm/
- name: Run chart-releaser
uses: helm/[email protected]
env:
Expand Down

0 comments on commit 927e3f4

Please sign in to comment.