Skip to content

Commit 1eab24e

Browse files
author
mat
committed
Replaced en-GB with en-US for simplicity
1 parent 8cfa9c9 commit 1eab24e

File tree

8 files changed

+1
-1
lines changed

8 files changed

+1
-1
lines changed

scripts/github-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ if [[ ! -d "$DIR" ]]; then DIR="$PWD"; fi
99

1010
GITHUB_RELEASE_NAME="Android Network Tools Library"
1111
GITHUB_RELEASE_MODULE="library"
12+
GITHUB_RELEASE_TOKEN=$ANDROID_NETWORK_TOOLS_GITHUB_RELEASE_TOKEN
1213
GITHUB_RELEASE_DESC="This release was automatically generated by the CI server"
1314
GITHUB_RELEASE_URL="https://api.github.com/repos/stealthcopter/AndroidNetworkTools/releases"
14-
GITHUB_RELEASE_TOKEN=$ANDROID_NETWORK_TOOLS_GITHUB_RELEASE_TOKEN
1515
GITHUB_UPLOAD_URL="https://uploads.github.com/repos/stealthcopter/AndroidNetworkTools/releases/"
1616

1717
function create_github_release {

0 commit comments

Comments
 (0)