Skip to content

Commit e118655

Browse files
authored
Fix version tag of Transifex CLI in sync.yml
1 parent 8bbe7ff commit e118655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Install Transifex CLI tool
6060
run: |
6161
cd /usr/local/bin
62-
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash -s -- $TX_CLI_VERSION
62+
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash -s -- v$TX_CLI_VERSION
6363
6464
- name: Install APT dependencies
6565
run: sudo apt update -y && sudo apt install gettext -y

0 commit comments

Comments
 (0)