diff --git a/.github/workflows/crowdin-download.client-ui.yml b/.github/workflows/crowdin-download.client-ui.yml index 8697ab2d0fd..419c52b88b4 100644 --- a/.github/workflows/crowdin-download.client-ui.yml +++ b/.github/workflows/crowdin-download.client-ui.yml @@ -243,7 +243,7 @@ jobs: # writes. - name: Format JSON run: | - chmod 664 client/i18n/locales/**/*.json + sudo chmod 664 client/i18n/locales/**/*.json npx --yes prettier --write client/i18n/locales/**/*.json # Create Commit