Issue attempting a wp_query_posts with tags

Found the problem. In my args, I should have included this line:

'post_type' => array( 'one', 'two', 'three', 'four', 'five', 'six' ),

above the ‘tag’ arguments