about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-19 05:55:21 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-03-19 05:55:21 +0100
commit019fa2a9335cc9abf62f34f179c0e7614b1fca62 (patch)
tree1730102bd7ef19689f92771510f443a3b36f0e50
parentbuild(flake.nix): Remove deprecated `mold-wrapped` alias (diff)
downloadserver-019fa2a9335cc9abf62f34f179c0e7614b1fca62.zip
build(cog.toml): Activate publishing
-rw-r--r--cog.toml2
1 files changed, 1 insertions, 1 deletions
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
 ]