Wp get archive only text not link

Totally trying this, how about:

wp_get_archives( array( 'type' => 'yearly', 'limit' => 12, 'format' => 'custom', 'before' => '<span class="year">', 'after' => '</span>' ) );