Migration release channel from `expo publish` to `eas`?

I am in the process of migrating to the brand new eas build :tada:

Actually, I use this simple process with GitHub actions

# merge on `develop`
 - run: expo publish --release-channel staging
#merge on `main`
 - run: expo publish --release-channel production

I just want to have a confirmation that eas channel are the same as --release channel

Or maybe I am doing it wrong?

I am just looking for a way to
merge on develop → staging app
merge on main → production app

Like a cool kid, I just watched this video.
TLDR

eas publish|submit # ship to the store
expo publish # Over The Air
1 Like

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