Skip to content

Commit

Permalink
fix workflow (#147)
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk authored Oct 2, 2023
1 parent 8ee0b6d commit 55f12b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ jobs:
with:
version: v3.5.4

- name: Add Helm Repository
run: |
helm repo add jetstack https://charts.jetstack.io
- name: Update Helm Repositories
run: helm repo update

- name: Update Chart Dependencies for redis-operator
run: helm dependency update charts/redis-operator

- name: Run chart-releaser
uses: helm/[email protected]
env:
Expand Down

0 comments on commit 55f12b4

Please sign in to comment.