Skip to content

Commit

Permalink
Fix missing Crowdin CLI bump for Prepare Release workflow (#6316)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen committed Mar 22, 2024
1 parent a3e371e commit 24cc311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
curl https://artifacts.crowdin.com/repo/GPG-KEY-crowdin | sudo apt-key add -
echo "deb https://artifacts.crowdin.com/repo/deb/ /" | sudo tee -a /etc/apt/sources.list
sudo apt-get update -qq
sudo apt-get install -y crowdin
sudo apt-get install -y crowdin3
pip install redgettext==3.4.2
- name: Generate source files
Expand Down

0 comments on commit 24cc311

Please sign in to comment.