From b05ebb53905e30ddb5fcb4fad157e07581511fd5 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Thu, 9 Jun 2022 22:19:52 +0200 Subject: [PATCH] Release: add dependencies Signed-off-by: Vincenzo Scamporlino --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8415f59..94b39e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,9 @@ jobs: run: | git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - + - name: Add dependencies + run: | + helm repo add bitnami https://charts.bitnami.com/bitnami - name: Run chart-releaser uses: helm/chart-releaser-action@v1.4.0 env: