We do not want to skip git versioning for CI builds, as the app relies on it to show the version in the home screen. The correct solution would be to disable configuration cache instead.
Alright I disabled the configuration cache in the workflow file now, instead of skipping git versioning.
Alright I disabled the configuration cache in the workflow file now, instead of skipping git versioning.