Skip to content

Commit

Permalink
tag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Mar 8, 2024
1 parent 509be95 commit 6808605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6808605

Please sign in to comment.