diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8427a760..95873903 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,6 +26,7 @@ jobs: uses: masayag/chart-releaser-action@main with: skip_existing: true + index_path: ./index.yaml pages_index_path: ./docs/index.yaml env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"