Skip to content

Commit 8f0d793

Browse files
committed
release workflow: Add dependency repos before release
1 parent 04b9c30 commit 8f0d793

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
git config --local user.email "[email protected]"
2020
git config --local user.name "GitHub Action"
2121
22+
- name: Install dependency repos
23+
run: |
24+
helm repo add bitnami https://charts.bitnami.com/bitnami
25+
2226
- name: Run chart-releaser
2327
uses: helm/[email protected]
2428
env:

0 commit comments

Comments
 (0)