Publishing to Organization Account

Hello, I am the owner of an organization account. As a developer, how do I publish a project to the developer account so that others in my organization can run it on their devices through Expo Go. Right now, every time I run expo publish, it publishes the project to my personal account and not the organizational account. I dont think I can login to the organization account itself through Expo CLI, so Im stumped.

You’ll need to set the owner in your app.json (app.json / app.config.js - Expo Documentation)

You might also want to take a look at our documentation on our account system Working Together - Expo Documentation