diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-04 17:11:46 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-04 17:11:46 +0200 |
commit | a0da8ac6c9d1214412ea6656248efb1dcd9861f9 (patch) | |
tree | 6e1ccad6ec43ab290f49013b1f374c0db7c5c6e8 | |
parent | chore: Initial Commit (diff) | |
download | quotify-a0da8ac6c9d1214412ea6656248efb1dcd9861f9.tar.gz quotify-a0da8ac6c9d1214412ea6656248efb1dcd9861f9.zip |
build(cog.toml): Don't publish on crates.io
-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 ] |