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 ed92d94 commit c55f448
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 @@ -27,7 +27,7 @@ jobs:
id: get_crowdin_branch
run: |
version=$(./gradlew crowdinBranch -q)
if [[ $version =~ '^1\.[0-9]+$' ]]; then
if [[ $version =~ ^1\.[0-9]+$ ]]; then
echo "Crowdin branch: $version"
echo "crowdin_branch=$version" >> $GITHUB_OUTPUT
else
Expand Down

0 comments on commit c55f448

Please sign in to comment.