From b3a8f3b251000d08a83c2972e0123a229510ade0 Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Wed, 12 Jun 2024 17:03:17 +0200 Subject: [PATCH] Update release-chart.yml --- .github/workflows/release-chart.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-chart.yml b/.github/workflows/release-chart.yml index 116d6d3..dda9567 100644 --- a/.github/workflows/release-chart.yml +++ b/.github/workflows/release-chart.yml @@ -17,6 +17,8 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + - run: | + cp -r ../qryn-cloud-helm ./ - name: Configure Git run: | @@ -26,6 +28,6 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 with: - charts_dir: '..' + charts_dir: '.' env: CR_TOKEN: "${{ github.token }}"