Skip to content

Commit

Permalink
fix gradle crowdin version output
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheaterpaul committed Jan 18, 2024
1 parent ee248e1 commit 5b6550c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Determine Crowdin branch
id: get_crowdin_branch
run: |
output=$(./gradlew crowdinBranch)
output=$(./gradlew crowdinBranch -q)
version=$(echo $output | awk -F ': ' '{print $2}')
echo "Crowdin branch: $version"
echo "crowdin_branch=$version" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 5b6550c

Please sign in to comment.