Skip to content

Commit 7e57663

Browse files
committed
l10n has bad exit code -- force '0'
1 parent 99634c8 commit 7e57663

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/automaticRelease.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
git commit -m "Update translations"
2727
git pull
2828
git push
29+
exit(0) # exiting with '1' for some reason, so force proper exit
2930
3031
rust:
3132
name: build pyd file

0 commit comments

Comments
 (0)