diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cef2047..b0f370b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: Commit built files run: | - git config --global user.name 'claude-code-reviw[bot]' + git config --global user.name 'claude-code-review[bot]' git config --global user.email 'claude-code-review[bot]@users.noreply.github.com' git add -f dist git commit -m 'Add built files'