diff --git a/.github/workflows/build-openclaw.yml b/.github/workflows/build-openclaw.yml index 5389458..b715bd6 100644 --- a/.github/workflows/build-openclaw.yml +++ b/.github/workflows/build-openclaw.yml @@ -37,6 +37,6 @@ jobs: if git diff --cached --quiet; then echo "No changes to commit" else - git commit -m "chore: rebuild dist/openclaw from source" - git push + git commit --amend --no-edit + git push --force-with-lease fi