We’re just getting started with Expo in a small team and have setup an organization. We have set the “owner” attribute in app.json and are able to create builds at the organization level after having done this using “eas build”.
When we use “expo publish” though, it seems to only be tied to the user doing the publish. Is there a way to tie this to the organization, or are publishes always user associated?
the owner field is respected everywhere, if you are publishing using expo-cli or building using eas-cli it will publish/build for account you have specified as the owner field. Is there a reason you are assuming it does not work this way?
And it did seem to respect the “owner” attribute. I don’t know if earlier I had something misconfigured, or if there was a cache value somewhere that I needed to clear out, or if I didn’t have it set how I thought I did, but “owner” does seem to be respected in my current setup.