Skip to content

Commit 952b0c3

Browse files
committed
tryto get exit status right -- test if 'git push' is the problem
1 parent a9e7159 commit 952b0c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ 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"
26-
git pull
25+
# git commit -m "Update translations"
26+
# git pull
2727
# git push
2828
echo done # 'push' exits with '1' for some reason, so force proper exit
2929

0 commit comments

Comments
 (0)