We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c72aac2 commit 010b305Copy full SHA for 010b305
.github/workflows/automaticRelease.yaml
@@ -22,10 +22,9 @@ jobs:
22
git remote add l10n https://github.com/nvdaaddons/MathCAT
23
git fetch l10n
24
git reset l10n/stable addon/doc addon/locale
25
- # git commit -m "Update translations"
+ git commit -m "Update translations" --allow-empty
26
git pull
27
git push
28
- echo done # 'commit' exits with '1' for some reason, so force proper exit
29
30
zip-rules:
31
name: zip up the rules directory
0 commit comments