From d115b93eb179e47b598fa4f001d8e1b80fe4e82e Mon Sep 17 00:00:00 2001 From: Kieran Date: Mon, 15 May 2023 11:11:45 +0100 Subject: [PATCH] chore: update drone.yml --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index e57d716b..935892ab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,6 +23,7 @@ steps: - npx @crowdin/cli pull -b main -T $CTOKEN - yarn workspace @snort/app format - git diff + - git add . - git commit -a -m "Update translations" - git push -u origin lang ---