diff options
Diffstat (limited to 'cog.toml')
| -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 ] |
