diff --git a/justfile b/justfile index 8ff02e3..151a4a8 100644 --- a/justfile +++ b/justfile @@ -19,7 +19,7 @@ check: version = `sed -En 's/version[[:space:]]*=[[:space:]]*"([^"]+)"/v\1/p' Cargo.toml` -publish: clippy test +publish: lint clippy test git branch | grep '* master' git diff --no-ext-diff --quiet --exit-code git co -b {{version}}