From dac0d5a4ee80ef06dbf3e9b17c68883362866253 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 26 Sep 2025 15:50:48 -1000 Subject: [PATCH] ;tools:just: nightly-tag-release -> nightly-tag --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index db4135084..6601a0f2d 100644 --- a/Justfile +++ b/Justfile @@ -1083,7 +1083,7 @@ nightly-push: gh release view -w nightly # Point the nightly tag at the latest release, locally and on github. Run after a release. -@nightly-tag-release: +@nightly-tag: git tag -f nightly $(just relver) git push -f origin nightly