mirror of
https://github.com/pacnpal/Claude-code-review.git
synced 2025-12-19 20:01:05 -05:00
Update release.yml
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -27,8 +27,8 @@ jobs:
|
||||
|
||||
- name: Commit built files
|
||||
run: |
|
||||
git config --global user.name 'github-actions[bot]'
|
||||
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
|
||||
git config --global user.name 'claude-code-reviw[bot]'
|
||||
git config --global user.email 'claude-code-review[bot]@users.noreply.github.com'
|
||||
git add -f dist
|
||||
git commit -m 'Add built files'
|
||||
git push origin HEAD:main
|
||||
|
||||
Reference in New Issue
Block a user