unable to publish update when set nativeVersion on runtimeVersion in app.json

I am using EAS and i configure update with runtimeVersion policy set to nativeVersion.
Unfortunately when i try to publish my update i see that in log “Runtime version policies are not supported by the publish command.
I search on expo docs how to publish in this case but nothing saying how to handle this properly in my knowledge.
I use the free plan.

Hey @randall71, this is the expected behavior. Setting the runtime version policy is not supported by expo publish It is to be used with eas update.

Cheers,
Adam