chore: update build

This commit is contained in:
Kieran 2023-11-14 15:13:51 +00:00
parent 3df69c1e39
commit 2f4d6d20fd
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -53,9 +53,13 @@ steps:
- yarn install
- npx @crowdin/cli upload sources -b main -T $CTOKEN
- npx @crowdin/cli pull -b main -T $CTOKEN
- yarn prettier --write .
- git add .
- 'git commit -a -m "chore: Update translations"'
- git push -u origin main
- >
if output=$(git status --porcelain) && [ -n "$output" ]; then
git commit -a -m "chore: Update translations"
git push -u origin main
fi
volumes:
- name: cache
claim: