Skip to content

Commit a7c6179

Browse files
committed
tryto get exit status right
1 parent 0e6b59a commit a7c6179

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
@@ -25,7 +25,7 @@ jobs:
2525
git commit -m "Update translations"
2626
git pull
2727
git push
28-
exit(0) # exiting with '1' for some reason, so force proper exit
28+
echo done # 'push' exits with '1' for some reason, so force proper exit
2929
3030
zip-rules:
3131
name: zip up the rules directory

0 commit comments

Comments
 (0)