Skip to content

Commit

Permalink
Fix lokalise translation upload (#18221)
Browse files Browse the repository at this point in the history
Fix translation upload
  • Loading branch information
silamon authored Oct 16, 2023
1 parent 88d14cd commit 02d9786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/translations_upload_base
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi

docker run \
-v ${LOCAL_FILE}:/opt/src/${LOCAL_FILE} \
lokalise/lokalise-cli-2@sha256:f1860b26be22fa73b8c93bc5f8690f2afc867610a42de6fc27adc790e5d4425d lokalise2 \
lokalise/lokalise-cli-2:v2.6.10 lokalise2 \
--token ${LOKALISE_TOKEN} \
--project-id ${PROJECT_ID} \
file upload \
Expand Down

0 comments on commit 02d9786

Please sign in to comment.