Skip to content

Commit

Permalink
fix(ci): add missing bitnami repo to publish chart. (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
desaintmartin authored May 28, 2021
1 parent ec6b37d commit 933eef0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
with:
version: v3.4.1

- name: Add Helm repositories
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 933eef0

Please sign in to comment.