diff --git a/justfile b/justfile index 87e3ace..fcd5bcb 100644 --- a/justfile +++ b/justfile @@ -20,6 +20,8 @@ tag ver: git add Cargo.toml Cargo.lock git commit -m "version {{ver}} [skip ci]" git tag "{{ver}}" + git push + git push --tags # Run the Rust unit tests. # Usage: just test @@ -34,4 +36,4 @@ fmt: # Run the end-to-end Playwright tests. # Usage: just e2e e2e: - cd e2e && npm test \ No newline at end of file + cd e2e && npm test