diff --git a/cog.toml b/cog.toml index 10466809d..8304d101e 100644 --- a/cog.toml +++ b/cog.toml @@ -15,7 +15,8 @@ pre_bump_hooks = [ ] post_bump_hooks = [ - "git push && echo 'bump done with chore commit for notes appended to changelog'", + "git push", + "echo 'bump done with chore commit for notes appended to changelog'", ] [git_hooks]