diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5c7295..5b820e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,8 +76,7 @@ jobs: --merge \ ./helm-charts/index.yaml \ ./helm-charts - - uses: yKicchan/generate-directory-listing-action@v1 - with: {target: ., ignore: "**/index.html", override: true} + - {uses: gacts/directory-listing@v1, with: {overwrite: true}} - name: Commit and push the changes run: | git config user.name "${{ github.actor }}"