We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eed35a3 + c839e17 commit 9b36e73Copy full SHA for 9b36e73
.github/actions/update-i18n/action.yml
@@ -13,9 +13,11 @@ runs:
13
steps:
14
- name: Extract translations
15
working-directory: ./packages/${{ inputs.package_name }}
16
+ shell: bash
17
run: npm run i18n:src
18
- name: Push translations
19
20
21
env:
22
TX_TOKEN: ${{ inputs.tx_token }}
23
run: npm run i18n:push
0 commit comments