chore: update build
This commit is contained in:
parent
3df69c1e39
commit
2f4d6d20fd
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user