diff --git a/build-android/README.md b/build-android/README.md index 79540313c..27ae58459 100644 --- a/build-android/README.md +++ b/build-android/README.md @@ -1,5 +1,8 @@ # Expo Build Android for GitHub Actions +> **This sub-action is no longer required and will be removed in the next release.** +> _See the [example workflows](../README.md#example-workflows) for more info._ + Create a new standalone Android build from your GitHub workflow. Optionally, you can configure the properties of this standalone app. diff --git a/build-ios/README.md b/build-ios/README.md index ac98dfdd2..20d4a162f 100644 --- a/build-ios/README.md +++ b/build-ios/README.md @@ -1,5 +1,8 @@ # Expo Build iOS for GitHub Actions +> **This sub-action is no longer required and will be removed in the next release.** +> _See the [example workflows](../README.md#example-workflows) for more info._ + Create a new standalone iOS build from your GitHub workflow. Optionally, you can configure the properties of this standalone app. diff --git a/build-web/README.md b/build-web/README.md index 7a475d4d3..32ce3eb85 100644 --- a/build-web/README.md +++ b/build-web/README.md @@ -1,7 +1,10 @@ # Expo Build Web for GitHub Actions +> **This sub-action is no longer required and will be removed in the next release.** +> _See the [example workflows](../README.md#example-workflows) for more info._ + Create a new app web bundle from your GitHub workflow. -Optionally, you can configure the properties of this bunle. +Optionally, you can configure the properties of this bundle. > Authentication is not required for this step. diff --git a/login/README.md b/login/README.md index 0b51c17d0..22ece4493 100644 --- a/login/README.md +++ b/login/README.md @@ -1,7 +1,10 @@ # Expo Login for GitHub Actions +> **This sub-action is no longer required and will be removed in the next release.** +> _See the [example workflows](../README.md#example-workflows) for more info._ + Authenticate the current workflow to publish new versions or create new builds. -It works relatively simple, you define the Expo credentials and this action will do the rest. +It works relatively simple, you define the Expo credentials, and this action will do the rest. ## Usage diff --git a/publish/README.md b/publish/README.md index 3015ac197..1a93c46f4 100644 --- a/publish/README.md +++ b/publish/README.md @@ -1,5 +1,8 @@ # Expo Publish for GitHub Actions +> **This sub-action is no longer required and will be removed in the next release.** +> _See the [example workflows](../README.md#example-workflows) for more info._ + Publish a brand new release straight from your GitHub workflow. Optionally, you can configure the release channel or manifest file.