Fastlane supply track_promote_to fails with Track “internal” does not have any releases
I am trying to promote an android app build in internal testing to production using Fastlane. When I try to promote the build with version lesser than latest release in internal testing, it fails with error Track 'internal' does not have any releases
. However, if I try to promote the latest release, it works fine.