You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Update Updates Release Channel Expo.plist
v1.2
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