Fix ordering of tagging and compiling in release script

This commit is contained in:
Zachary Yedidia
2017-06-23 17:26:06 -04:00
parent 19926d95fe
commit 244e0ded60
5 changed files with 62 additions and 58 deletions

View File

@@ -1,9 +1,4 @@
cd ../cmd/micro
govendor init
govendor add +e
cd ../../..
cd ../..
tar czf "$1".tar.gz micro
zip -rq "$1".zip micro