Skip to content

Commit a9e7159

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git reset l10n/stable addon/doc addon/locale
2525
git commit -m "Update translations"
2626
git pull
27-
git push
27+
# git push
2828
echo done # 'push' exits with '1' for some reason, so force proper exit
2929
3030
zip-rules:

0 commit comments

Comments
 (0)