Fix the publish script to include the remote when pushing the tag;

This commit is contained in:
Benjamin Bouvier
2019-04-08 16:13:19 +02:00
parent 0166d6507a
commit 9062810c34

View File

@@ -36,7 +36,7 @@ cargo update
echo git commit -a -m "\"Bump version to $version"\"
echo git tag v$version
echo git push
echo git push v$version
echo git push origin v$version
for crate in \
entity bforest codegen/meta codegen frontend native \
preopt \