From bdcb9fd5c1656687109b308ebfbbc19cc5a36325 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 8 Jun 2021 11:41:01 +0200 Subject: [PATCH] Prepare charts before releasing Signed-off-by: Chris --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index feabdb62..c65a3afe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,8 @@ jobs: run: | git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" + - name: Prepare charts + run: make prepare - name: Run chart-releaser uses: helm/chart-releaser-action@v1.2.1 with: