Skip to content

Commit

Permalink
Replaced en-GB with en-US for simplicity
Browse files Browse the repository at this point in the history
  • Loading branch information
mat committed Nov 8, 2019
1 parent 8cfa9c9 commit 1eab24e
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/github-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ if [[ ! -d "$DIR" ]]; then DIR="$PWD"; fi

GITHUB_RELEASE_NAME="Android Network Tools Library"
GITHUB_RELEASE_MODULE="library"
GITHUB_RELEASE_TOKEN=$ANDROID_NETWORK_TOOLS_GITHUB_RELEASE_TOKEN
GITHUB_RELEASE_DESC="This release was automatically generated by the CI server"
GITHUB_RELEASE_URL="https://api.github.com/repos/stealthcopter/AndroidNetworkTools/releases"
GITHUB_RELEASE_TOKEN=$ANDROID_NETWORK_TOOLS_GITHUB_RELEASE_TOKEN
GITHUB_UPLOAD_URL="https://uploads.github.com/repos/stealthcopter/AndroidNetworkTools/releases/"

function create_github_release {
Expand Down

0 comments on commit 1eab24e

Please sign in to comment.