GitHub Action
Update Updates Release Channel Expo.plist
v1.3
Latest version
This action update the EXUpdatesReleaseChannel
properties of the Expo.plist file for your iOS projects.
Required The relative path for the Expo.plist file.
Required The Expo Updates Release Channel.
The Expo Updates Runtime Version.
Output the Expo.plist file in console before and after update.
- name: Update Expo.plist
uses: Brune04/[email protected]
with:
expo-plist-path: "./path_to_your/Expo.plist"
updates-release-channel: "dev-2.0"
print-file: true