diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-19 05:55:21 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-03-19 05:55:21 +0100 |
| commit | 019fa2a9335cc9abf62f34f179c0e7614b1fca62 (patch) | |
| tree | 1730102bd7ef19689f92771510f443a3b36f0e50 | |
| parent | build(flake.nix): Remove deprecated `mold-wrapped` alias (diff) | |
| download | server-019fa2a9335cc9abf62f34f179c0e7614b1fca62.zip | |
build(cog.toml): Activate publishing
| -rw-r--r-- | cog.toml | 2 |
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 ] |
