mirror of
https://github.com/pacnpal/Claude-code-review.git
synced 2025-12-20 12:11:09 -05:00
Compare commits
2 Commits
v1.1.1
...
fbef3b0029
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fbef3b0029 | ||
|
|
c87aa2333a |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -30,8 +30,8 @@ jobs:
|
|||||||
git config --global user.name 'claude-code-review[bot]'
|
git config --global user.name 'claude-code-review[bot]'
|
||||||
git config --global user.email 'claude-code-review[bot]@users.noreply.github.com'
|
git config --global user.email 'claude-code-review[bot]@users.noreply.github.com'
|
||||||
git add -f dist
|
git add -f dist
|
||||||
git commit -m 'Add built files'
|
git diff --staged --quiet || git commit -m 'Add built files'
|
||||||
git push origin HEAD:main
|
git push origin HEAD:main || echo "No changes to push or push failed"
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user