Exp build keeps reusing an existing release

I keep getting this message:
[exp] Looking for releases…
[exp] Using existing release on channel “default”

The release points to an older release with old app.json version. I want to flush the release so that app version gets updated. Any pointers on how to stop expo from looking for existing release?

We’ll need more details to understand what’s going on here. Can you run exp publish:history and share the output?

I got around it with publishing manually.

exp publish --release-channel default
exp build:android --release-channel default

the above works for me. It happened after I moved to latest exp. Previously, I used:

exp start
exp build:android

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.