Skip to content

Commit

Permalink
github release commitish to master (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
blockloop authored Dec 14, 2018
1 parent d776341 commit 5f4022d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ function create_github_release() {
anounce "Creating Github release $VERSION"

data=$(cat <<-EOF
{ "tag_name": "$VERSION", "prerelease": true, "target_commitish": "beta" }
{ "tag_name": "$VERSION", "prerelease": true, "target_commitish": "master" }
EOF
)
echo "POST: $data"
Expand Down

0 comments on commit 5f4022d

Please sign in to comment.