Skip to content

Commit b650624

Browse files
committed
ci: make sort use utf8 on every machine
1 parent 8217ad8 commit b650624

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/update_contributors.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ projectId="316051"
1616
-H "Authorization: token $GITHUB_TOKEN" |
1717
jq -r '.[]|("[" + .login + "](" + .html_url + ")")' |
1818
sed -e '/semantic-release-bot/d' |
19-
sort -f |
19+
LC_ALL=en_US.UTF-8 sort -f |
2020
sed -e 's/^/* /'
2121

2222
echo -e "\nThey helped [localize the app](https://poeditor.com/join/project/8AOEZ0eAZE):\n"
@@ -28,6 +28,6 @@ projectId="316051"
2828
-d id="$projectId" |
2929
jq -r '.result.contributors[].name'
3030
) |
31-
sort -f |
31+
LC_ALL=en_US.UTF-8 sort -f |
3232
sed -e 's/^/* /'
3333
) >docs/Contributors.md

0 commit comments

Comments
 (0)