From c4a6da9d186031d572c179f15a35864cfb8471d5 Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 23 May 2023 22:47:01 +0100 Subject: [PATCH] chore: update drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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