From 019fa2a9335cc9abf62f34f179c0e7614b1fca62 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 19 Mar 2026 05:55:21 +0100 Subject: build(cog.toml): Activate publishing --- cog.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cog.toml b/cog.toml index 3304b8f..35c4c80 100644 --- a/cog.toml +++ b/cog.toml @@ -22,7 +22,7 @@ pre_bump_hooks = [ ] post_bump_hooks = [ "git push", - # "cargo publish", + "cargo publish --workspace", "git push origin v{{version}}", # push the new tag to origin ] -- cgit 1.4.1