Skip to content
file

GitHub Action

Update Updates Release Channel Expo.plist

v1.3 Latest version

Update Updates Release Channel Expo.plist

file

Update Updates Release Channel Expo.plist

Update the Expo.plist file

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Update Updates Release Channel Expo.plist

uses: Brune04/[email protected]

Learn more about this action in Brune04/update-updates-release-channel-expo-plist-action

Choose a version

Update Updates Release Channel in Expo.plist

This action update the EXUpdatesReleaseChannel properties of the Expo.plist file for your iOS projects.

Inputs

expo-plist-path

Required The relative path for the Expo.plist file.

updates-release-channel

Required The Expo Updates Release Channel.

updates-runtime-version

The Expo Updates Runtime Version.

print-file

Output the Expo.plist file in console before and after update.

Usage

- 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