Skip to content

Commit 010b305

Browse files
committed
tryto get exit status right -- add '--allow-empty
1 parent c72aac2 commit 010b305

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ jobs:
2222
git remote add l10n https://github.com/nvdaaddons/MathCAT
2323
git fetch l10n
2424
git reset l10n/stable addon/doc addon/locale
25-
# git commit -m "Update translations"
25+
git commit -m "Update translations" --allow-empty
2626
git pull
2727
git push
28-
echo done # 'commit' exits with '1' for some reason, so force proper exit
2928
3029
zip-rules:
3130
name: zip up the rules directory

0 commit comments

Comments
 (0)