Add git push github master
to publish recipe
So that github always reflect version in cargo.
This commit is contained in:
parent
61b7111574
commit
c476afb951
1
justfile
1
justfile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user