diff options
-rw-r--r-- | cog.toml | 1 |
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 ] |