Skip to content

Commit

Permalink
Fix auth token check
Browse files Browse the repository at this point in the history
  • Loading branch information
brikis98 committed Jun 1, 2016
1 parent 363d590 commit d639711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _ci/build-and-push-release-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function build_and_push_release_assets {
local app_name=""
local ld_flags=""

assert_env_var_not_empty "$GITHUB_OAUTH_TOKEN"
assert_env_var_not_empty "GITHUB_OAUTH_TOKEN"
local readonly github_oauth_token="$GITHUB_OAUTH_TOKEN"

while [[ $# > 0 ]]; do
Expand Down

0 comments on commit d639711

Please sign in to comment.