Skip to content

Brune04/update-updates-release-channel-expo-plist-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

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

About

Update Release Channel Expo.plist

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%