Skip to content

Commit

Permalink
fix(ci): add repo
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Dec 14, 2023
1 parent c4d1e0b commit 1d54598
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3

- name: Add Helm repo
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add nsl https://naturalselectionlabs.github.io/helm-charts
- name: Run chart-releaser
uses: helm/[email protected]
env:
Expand Down

0 comments on commit 1d54598

Please sign in to comment.