Skip to content

Commit

Permalink
Fix update dependencies (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
text-adi authored Jul 22, 2024
1 parent 6fdab9e commit f2d2c68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v4

- name: Added repo
run: |
helm repo add text-adi https://text-adi.github.io/helm-charts/
- name: Run chart-releaser
uses: helm/[email protected]
with:
Expand Down

0 comments on commit f2d2c68

Please sign in to comment.