Upload to EAS: ValidationError: "appVersion" must be a string. "appBuildVersion" must be a string

When running github action eas build --platform android --local on my production environment, I’m receiving:

Using Keystore from configuration: Build Credentials ####### (default)
    ValidationError: "appVersion" must be a string. "appBuildVersion" must be a string
  • bare workflow
  • eas-cli: 3.7.2
  • expo-cli: 6.3.0

Tried so far:

  • Runnning our e2e build on main branch - Success
  • Running production app on emulator/physical device. -Success
  • Attempted setting the app version in app.json and eas.json. :man_shrugging:

Found my issue…
Turns out I accidentally had duplicated the version name, during my production merge, in my app/build.gradle file.

I love you <3