mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Fix missing Crowdin CLI bump for Prepare Release workflow (#6316)
This commit is contained in:
parent
a3e371e0ab
commit
24cc3115fe
2
.github/workflows/prepare_release.yml
vendored
2
.github/workflows/prepare_release.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
curl https://artifacts.crowdin.com/repo/GPG-KEY-crowdin | sudo apt-key add -
|
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
|
echo "deb https://artifacts.crowdin.com/repo/deb/ /" | sudo tee -a /etc/apt/sources.list
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -y crowdin
|
sudo apt-get install -y crowdin3
|
||||||
pip install redgettext==3.4.2
|
pip install redgettext==3.4.2
|
||||||
|
|
||||||
- name: Generate source files
|
- name: Generate source files
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user