diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e9aee6..e0ac233 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - + with: + fetch-depth: 0 - name: Configure Git run: | @@ -62,5 +63,9 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.5.0 + with: + charts_dir: charts + pages_branch: gh-pages + packages_with_index: true env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file