Fix tag format template

This commit is contained in:
Tony Garnock-Jones 2023-01-08 13:19:06 +01:00
parent 1cb89f0b6b
commit 11b5a187b9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ test-all:
ws-bump:
cargo workspaces version \
--no-global-tag \
--individual-tag-prefix '%nv' \
--individual-tag-prefix '%n-v' \
--allow-branch 'main'
ws-publish: