From 865435fb25e73e3ae2744c30283afaafc225a5f9 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 2 Jan 2020 11:38:54 +0100 Subject: [PATCH] actions: fix path to helm chart --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2cc0e89de..aa3aae4cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,5 +80,5 @@ jobs: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash - name: Helm package run: | - helm dependency update helm/passbook - helm package helm/passbook + helm dependency update helm/ + helm package helm/