add correct branch to release script

This commit is contained in:
Marcos Moura 2016-11-29 05:42:21 -02:00
parent bc3d2325ce
commit eaa12ab6b9

View file

@ -55,7 +55,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
fi
git remote add site https://github.com/vuematerial/vuematerial.github.io.git
git push site `git subtree split --prefix dist/docs improvement/documentation`:master --force --progress
git push site `git subtree split --prefix dist/docs master`:master --force --progress
#### npm publish
fi