In shared-overwrite/.github/workflows/mt-release.yml, add new inputs to allow store channels with allowStoreAlpha, skipStoreBetaPrivate & allowStoreProduction (default to false) that will touch files in config/store.
Basically the revert of skipStoreAlpha, skipStoreBetaPrivate & skipStoreProduction.
The new job step should be added before MT skip store releases step (skip should override allow).
In
shared-overwrite/.github/workflows/mt-release.yml, add new inputs to allow store channels withallowStoreAlpha,skipStoreBetaPrivate&allowStoreProduction(default tofalse) that willtouchfiles inconfig/store.Basically the revert of
skipStoreAlpha,skipStoreBetaPrivate&skipStoreProduction.The new job step should be added before
MT skip store releasesstep (skip should override allow).