Add git push github master to publish recipe

So that github always reflect version in cargo.
This commit is contained in:
Casey Rodarmor 2016-10-08 17:56:28 -07:00
parent 61b7111574
commit c476afb951

View file

@ -3,6 +3,7 @@ test:
cargo run -- quine clean > /dev/null 2> /dev/null
publish:
git push github master
cargo publish
# make a quine, compile it, and verify it