diff --git a/justfile b/justfile index 3f222e1..47d8bc1 100644 --- a/justfile +++ b/justfile @@ -48,10 +48,10 @@ deploy-remote version: check cargo clean cargo build --release cargo doc --release - git add . - git commit -m "release: {{version}}" + - git add . + - git commit -m "release: {{version}}" git tag "v{{version}}" - git push + - git push git push --tags # Linting, formatting, typo checking, etc.