diff --git a/.github/workflows/extract-strings.yml b/.github/workflows/extract-strings.yml index b43ff2ed34..6b6bd98772 100644 --- a/.github/workflows/extract-strings.yml +++ b/.github/workflows/extract-strings.yml @@ -43,6 +43,7 @@ jobs: npm run locale:extract - name: Commit changes back to the repo + continue-on-error: true run: | git add '**/messages.po' git commit -m "Extract latest strings for translation"