Skip to content

Commit

Permalink
chore(gha): fix i18n-download workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohei Asai committed Feb 18, 2024
1 parent 978c69b commit 5222147
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/i18n-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install SimpleLocalize CLI
run: curl -s https://get.simplelocalize.io/2.5/install | bash
- name: Download the dictionary files from artifacts
uses: actions/download-artifact@v4
with:
name: i18n-dictionaries
path: ${{ runner.temp }}/i18next
- name: Download dictionary files from SimpleLocalize
uses: simplelocalize/github-action-cli@v2
with:
Expand Down

0 comments on commit 5222147

Please sign in to comment.