Skip to content

Commit

Permalink
Merge pull request #108 from calvin0327/fixed-chart-release-ci
Browse files Browse the repository at this point in the history
fixed chart release ci
  • Loading branch information
calvin0327 authored Mar 8, 2023
2 parents 2087f6c + 35cf074 commit b5a4c91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
with:
version: v3.7.1

- name: Add dependency chart repos
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser
uses: helm/[email protected]
with:
Expand Down

0 comments on commit b5a4c91

Please sign in to comment.