From 2b7e6718d9d0a625e925caf38e1c30659f507bba Mon Sep 17 00:00:00 2001 From: slhafzjw Date: Sun, 10 May 2026 22:10:41 +0800 Subject: [PATCH] fix(git): stage `registry/index.json` in update workflow --- .github/workflows/update-module-index.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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