Skip to content

Commit 933eef0

Browse files
fix(ci): add missing bitnami repo to publish chart. (#33)
1 parent ec6b37d commit 933eef0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
with:
2525
version: v3.4.1
2626

27+
- name: Add Helm repositories
28+
run: |
29+
helm repo add bitnami https://charts.bitnami.com/bitnami
30+
2731
- name: Run chart-releaser
2832
uses: helm/[email protected]
2933
with:

0 commit comments

Comments
 (0)