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:
parent
cd3da34158
commit
b1e8c1a6e5
2
.github/workflows/server-build.yml
vendored
2
.github/workflows/server-build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user