Skip to content

Commit

Permalink
Fix release locale checker (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Chen-Wang authored Mar 1, 2022
1 parent 304819c commit 06a55ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
pip install -e .[dev]
- name: Check locale
working-directory: rest_framework_simplejwt
run: |
echo "Checking if locale files need updating. If they do, cd rest_framework_simplejwt && run python ../scripts/i18n_updater.py"
python ../scripts/i18n_updater.py
Expand Down

0 comments on commit 06a55ce

Please sign in to comment.