From d6720b56b6b27b68878d6e0e49515874ce0fb8b3 Mon Sep 17 00:00:00 2001 From: "Nicholas St. Germain" Date: Thu, 17 Sep 2020 13:12:05 -0500 Subject: [PATCH] v0.2.0 --- .github/workflows/helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index ab52c2e..801f627 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -77,7 +77,7 @@ jobs: cd secret-manager make crds-to-chart echo ::set-env name=LASTTAG::$(git describe --abbrev=0 --tags) - sed -i "s/0.0.0/${LASTTAG#v}/" secret-manager/deploy/charts/secret-manager/Chart.yaml + sed -i "s/0.0.0/${LASTTAG#v}/" deploy/charts/secret-manager/Chart.yaml - name: Generate Helm README run: cd secret-manager && make helm-docs - name: Release Chart