From 6808605b4abbed2b2e5b8e422c651ad23d6fe40d Mon Sep 17 00:00:00 2001
From: Serhij S
Date: Fri, 8 Mar 2024 03:04:05 +0100
Subject: [PATCH] tag fix
---
justfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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: