From 5f656968f39ea93957a51dd55dad2661bda31e66 Mon Sep 17 00:00:00 2001 From: Anders Runningen Date: Mon, 22 Apr 2024 11:36:27 +0200 Subject: [PATCH] Trigge release pipeline --- .github/workflows/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 528370b..55d1535 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -32,7 +32,7 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 with: - charts_dir: /charts + charts_dir: charts/ skip_existing: true # Skip package upload if release/tag already exists env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file