Skip to content

Commit

Permalink
fix: repository user is mackerelio
Browse files Browse the repository at this point in the history
  • Loading branch information
stanaka committed Apr 13, 2016
1 parent 237f6bd commit 5038a90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/releng
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ sub build_pull_request_body {
}

sub upload_to_github_release {
my $ret = github_release_with_exit_code qw/release --user/, "stanaka",
my $ret = github_release_with_exit_code qw/release --user/, "mackerelio",
qw/--repo/, $REPO,
qw/--tag/, "v". next_version(),
qw/--name/, $REPO ."-" . next_version(),
Expand All @@ -378,13 +378,13 @@ sub upload_to_github_release {
for my $path (@filepaths){
my $filename = basename($path);
$description .= "* $filename\n";
github_release qw/upload --user/, "stanaka",
github_release qw/upload --user/, "mackerelio",
qw/--repo/, $REPO,
qw/--tag/, "v". next_version(),
qw/--name/, $filename,
qw/--file/, $path;
}
github_release qw/edit --user/, "stanaka",
github_release qw/edit --user/, "mackerelio",
qw/--repo/, $REPO,
qw/--tag/, "v". next_version(),
qw/--description/, $description;
Expand Down

0 comments on commit 5038a90

Please sign in to comment.