From df2468d8ded9ea23db6dbb021f1d5d8c1b4e2c0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=D0=B0ramtamt=C4=81m?= <7326800+tarampampam@users.noreply.github.com> Date: Fri, 14 Mar 2025 14:02:17 +0400 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }}"