Merge pull request #523 from ehazlett/fix-release-script

fix release script
This commit is contained in:
Evan Hazlett 2015-02-10 16:44:32 -05:00
commit f1abee624f
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 \