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.
1 parent 8bbe7ff commit e118655Copy full SHA for e118655
.github/workflows/sync.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Install Transifex CLI tool
60
run: |
61
cd /usr/local/bin
62
- curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash -s -- $TX_CLI_VERSION
+ curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash -s -- v$TX_CLI_VERSION
63
64
- name: Install APT dependencies
65
run: sudo apt update -y && sudo apt install gettext -y
0 commit comments