Description of the feature request
In the step set-xcode-build-number it would be nice to get an output with the final version name. (As the Change Android versionCode and versionName step does)
Use case / for what or how I would use it
I’m trying to create a Github release at the end of the workflow, with the final release name.
In Android I was able to use the versionName and versionCode, which is very descriptive.
In iOS I’m only able to use the versionCode.