chore: also push before publish
This commit is contained in:
parent
969622f178
commit
67058aab47
1 changed files with 1 additions and 0 deletions
1
justfile
1
justfile
|
@ -21,5 +21,6 @@ publish version:
|
|||
git commit -m "chore: v{{version}}"
|
||||
git tag "v{{version}}"
|
||||
git push origin "v{{version}}"
|
||||
git push
|
||||
|
||||
cargo publish
|
||||
|
|
Loading…
Add table
Reference in a new issue