Skip to content

Commit 4c0b656

Browse files
authored
Revert "Don't wlc commit if there are no pending changes." (#722)
1 parent 541156d commit 4c0b656

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,7 @@ jobs:
5555
- name: Lock Weblate and Sync
5656
run: wlc lock
5757
- name: Commit Weblate changes
58-
run: |
59-
# 2025-12-01 - wlc commit started returning an error if there are no commits pending
60-
# See https://github.com/WeblateOrg/wlc/issues/1054 for details
61-
if [[ $(wlc repo | grep "needs_commit: True") ]]; then
62-
wlc commit
63-
else
64-
echo "No commit required"
65-
fi
58+
run: wlc commit
6659
- name: Push Weblate changes
6760
run: wlc push
6861
- name: Pull translation updates pushed by Weblate

0 commit comments

Comments
 (0)