diff --git a/justfile b/justfile index 8db80b8..2cacb7b 100644 --- a/justfile +++ b/justfile @@ -11,7 +11,7 @@ test-nostd: cargo test tests --no-default-features -- --test-threads=1 --nocapture tag: - git tag -a v${VERSION} -m v${VERSION} + git tag -a v{{VERSION}} -m v{{VERSION}} git push origin --tags doc: