fix: sudo enable writes to locale files (#47832)

This commit is contained in:
Oliver Eyton-Williams 2022-10-04 19:17:30 +02:00 committed by GitHub
parent d03e2ac2e8
commit fda0322b98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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