Does expo publish still works on apps built using eas build?

Migrated app from classic build to eas build. Tried publishing updates using expo publish with release channels but app is not receiving the updates.

Using expo sdk 47.

expo publish still works with apps built via EAS build. You’ll want to pay special attention to the eas.json configuration, making sure that the correct release channel is configured for the build profile you’re using.

Looks like the same release channel is used for both the publish and build.

New libraries are included in the update, these are
- react-native-webview,
- expo-print
- expo- sharing

Will this require new build?