Skip to content

Commit

Permalink
swap crowdin download task
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheaterpaul committed Aug 18, 2023
1 parent 6aae378 commit f560220
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,12 @@ jobs:
java-version: '17'
distribution: 'adopt'
cache: 'gradle'
- name: Install Crowdin CLI
run: npm i -g @crowdin/cli
- name: Download translations
uses: crowdin/github-action@v1
with:
download_translations: true
upload_sources: false
crowdin_branch_name: ${{ needs.determine-crowdin-branch.outputs.crowdin_branch }}
run: crowdin download -b ${{ needs.determine-crowdin-branch.outputs.crowdin_branch }}
env:
CROWDIN_KEY: ${{ secrets.CROWDIN_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish
uses: gradle/gradle-build-action@v2.7.0
with:
Expand Down

0 comments on commit f560220

Please sign in to comment.