Fix manual-release
I think `closest_pushable` should be feasible, but I don't want to spend
time tinkering with it right now.
diff --git a/justfile b/justfile
index 5a91935..cbbcd72 100644
--- a/justfile
+++ b/justfile
@@ -86,7 +86,7 @@ install:
# Manual release: tag a revision (default: closest_pushable()) as
# v<UTC-date>-<short-sha> and push to github. Use this when the normal CI path
# is not working. Triggers the release workflow.
-manual-release rev="closest_pushable()":
+manual-release rev="@-":
#!/usr/bin/env bash
set -euo pipefail
sha=$(jj log -r "{{rev}}" --no-graph -T commit_id --limit 1)