fix(CI build_and_deploy): Use a larger fetch-depth for build-native job (#77307)
If not supplied, this defaults to a fetch-depth of 1, which likely
explains some of the tagless version strings I've seen...
Use a fetch-depth of 100 so that we're always likely to find a previous
tag.