diff --git a/.github/workflows/update-module-index.yml b/.github/workflows/update-module-index.yml index 8378898e..9cafb72d 100644 --- a/.github/workflows/update-module-index.yml +++ b/.github/workflows/update-module-index.yml @@ -33,6 +33,6 @@ jobs: git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" - git add repository/index.json + git add registry/index.json git commit -m "chore: update registry index" git push