Add Smallstep repo to release workflow

Signed-off-by: Faisal Memon <[email protected]>
This commit is contained in:
Faisal Memon
2026-06-06 11:54:06 -07:00
parent 411eaec5cf
commit 8746056bbe
+4
View File
@@ -38,6 +38,10 @@ jobs:
with: with:
version: v3.10.3 version: v3.10.3
- name: Add required Helm repos for release packaging
run: |
helm repo add smallstep https://smallstep.github.io/helm-charts/
- name: Run chart-releaser - name: Run chart-releaser
uses: helm/[email protected] uses: helm/[email protected]
env: env: