fix: publish
This commit is contained in:
@@ -21,7 +21,9 @@ func PublishCmd() *cobra.Command {
|
||||
cmd := &cobra.Command{
|
||||
Use: "publish",
|
||||
Short: "publish posts",
|
||||
RunE: wrapE(publishCmd),
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
return publishCmd(context.Background())
|
||||
},
|
||||
}
|
||||
|
||||
return cmd
|
||||
|
||||
Reference in New Issue
Block a user