How to order multiple custom post types with same taxonomy by date

You use 'orderby' => 'publish_date', but there is no such value for this parameter available.

It should be:

'orderby' => 'date',