We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952b0c3 commit c72aac2Copy full SHA for c72aac2
.github/workflows/automaticRelease.yaml
@@ -23,9 +23,9 @@ jobs:
23
git fetch l10n
24
git reset l10n/stable addon/doc addon/locale
25
# git commit -m "Update translations"
26
- # git pull
27
- # git push
28
- echo done # 'push' exits with '1' for some reason, so force proper exit
+ git pull
+ git push
+ 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