From 4e30ef48dc939e91e49620f75fc2fa76a76e507d Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Thu, 5 Oct 2023 10:01:09 +0200 Subject: [PATCH] Add syndicate-tools to fixtags.sh --- fixtags.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/fixtags.sh b/fixtags.sh index 1161612..d1031f6 100755 --- a/fixtags.sh +++ b/fixtags.sh @@ -9,3 +9,4 @@ buildtag() { git tag "$(buildtag syndicate/Cargo.toml)" git tag "$(buildtag syndicate-macros/Cargo.toml)" git tag "$(buildtag syndicate-server/Cargo.toml)" +git tag "$(buildtag syndicate-tools/Cargo.toml)"