Skip to content

Commit

Permalink
ci: fix chart-releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Aug 9, 2024
1 parent 4285b56 commit ea4f2fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
version: v3.7.0

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

0 comments on commit ea4f2fe

Please sign in to comment.