commit 6c53c7ce63f1ecb8a9d5f0647055f5fc06f9c028 parent 5891b6dd28b6faf14f4e98b3c1beb76d55d07390 Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 4 Mar 2024 11:19:35 +0100 Fix release CI Diffstat:
| M | .github/workflows/release.yml | | | 5 | +++++ |
| A | ct.yml | | | 0 |
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml @@ -26,6 +26,11 @@ jobs: - name: Install Helm uses: azure/setup-helm@v4 + - name: Setup repos + run: | + helm repo add bitnami https://charts.bitnami.com/bitnami + helm repo add livekit https://helm.livekit.io + - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 env: diff --git a/ct.yml b/ct.yml