CI: fix empty commit failures for server build (#29997)

fix empty commit failures for server build

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated the server build workflow to allow commits with empty
messages.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
yatinappsmith 2024-01-03 13:27:35 +05:30 committed by GitHub
parent cd3da34158
commit b1e8c1a6e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -290,7 +290,7 @@ jobs:
cp ../../../../../server.jar ./
git lfs track "server.jar"
git add server.jar
git commit -m "Update Latest Server.jar"
git commit --allow-empty -m "Update Latest Server.jar"
git push
- name: Save the status of the run