From 67ff59253d62d3635f7136b3dbcb4727f981de98 Mon Sep 17 00:00:00 2001 From: "David J. M. Karlsen" Date: Tue, 2 Feb 2021 14:59:17 +0100 Subject: [PATCH] add helm repo --- .github/workflows/publish.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index fb44943..5cfa561 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,10 +12,21 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 + - name: Configure Git run: | git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" + + - name: Install Helm + uses: azure/setup-helm@v1 + with: + version: v3.5.1 + + - name: add repos + run: | + helm repo add bitnami https://charts.bitnami.com/bitnami + - name: Run chart-releaser uses: helm/chart-releaser-action@v1.1.0 with: