fix release script

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett 2015-02-10 16:44:32 -05:00
parent 87a5b43a93
commit 3eb3c51f66
No known key found for this signature in database
GPG Key ID: A519480096146526
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ docker run --rm -e GITHUB_TOKEN docker-machine github-release release \
--tag $VERSION \
--name $VERSION \
--description "" \
--pre-release \
--pre-release
for BINARY in docker-machine_*; do
docker run --rm -e GITHUB_TOKEN -v `pwd`:/go/src/github.com/docker/machine \
docker-machine github-release upload \