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 }}"