about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-04 17:11:46 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-04 17:11:46 +0200
commita0da8ac6c9d1214412ea6656248efb1dcd9861f9 (patch)
tree6e1ccad6ec43ab290f49013b1f374c0db7c5c6e8
parentchore: Initial Commit (diff)
downloadquotify-a0da8ac6c9d1214412ea6656248efb1dcd9861f9.tar.gz
quotify-a0da8ac6c9d1214412ea6656248efb1dcd9861f9.zip
build(cog.toml): Don't publish on crates.io
-rw-r--r--cog.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/cog.toml b/cog.toml
index 3c6df32..60d46a5 100644
--- a/cog.toml
+++ b/cog.toml
@@ -19,7 +19,6 @@ pre_bump_hooks = [
 ]
 post_bump_hooks = [
   "git push",
-  "cargo publish",
   "git push origin v{{version}}", # push the new tag to origin
 ]