From 2aaade34490f711949d1f902b64acd13591e5e17 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Tue, 15 Mar 2022 13:32:30 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20use=20helm=20chart=20releaser=20?= =?UTF-8?q?action=20for=20tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christoph Hartmann --- .github/workflows/release-helm-chart.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-helm-chart.yaml b/.github/workflows/release-helm-chart.yaml index bc5be977c..5c5f67667 100644 --- a/.github/workflows/release-helm-chart.yaml +++ b/.github/workflows/release-helm-chart.yaml @@ -52,6 +52,8 @@ jobs: helm uninstall mondoo-operator --namespace mondoo-operator - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.3.0 + # switch back to helm/chart-releaser-action when #60 is fixed + # https://github.com/helm/chart-releaser-action/issues/60 + uses: luisico/chart-releaser-action@on-tags env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"