diff --git a/.drone.yml b/.drone.yml index 01fde05a..f043ddb1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,7 +29,7 @@ steps: - npx @crowdin/cli pull -b main -T $CTOKEN - yarn workspace @snort/app format - git add . - - git commit -a -m "chore: Update translations" + - 'git commit -a -m "chore: Update translations"' - git push volumes: - name: cache