Skip to content

Commit b5a0311

Browse files
committed
docs: add deprecation notice on all sub-actions
1 parent 9625bb1 commit b5a0311

5 files changed

Lines changed: 17 additions & 2 deletions

File tree

build-android/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Expo Build Android for GitHub Actions
22

3+
> **This sub-action is no longer required and will be removed in the next release.**
4+
> _See the [example workflows](../README.md#example-workflows) for more info._
5+
36
Create a new standalone Android build from your GitHub workflow.
47
Optionally, you can configure the properties of this standalone app.
58

build-ios/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Expo Build iOS for GitHub Actions
22

3+
> **This sub-action is no longer required and will be removed in the next release.**
4+
> _See the [example workflows](../README.md#example-workflows) for more info._
5+
36
Create a new standalone iOS build from your GitHub workflow.
47
Optionally, you can configure the properties of this standalone app.
58

build-web/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Expo Build Web for GitHub Actions
22

3+
> **This sub-action is no longer required and will be removed in the next release.**
4+
> _See the [example workflows](../README.md#example-workflows) for more info._
5+
36
Create a new app web bundle from your GitHub workflow.
4-
Optionally, you can configure the properties of this bunle.
7+
Optionally, you can configure the properties of this bundle.
58

69
> Authentication is not required for this step.
710

login/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Expo Login for GitHub Actions
22

3+
> **This sub-action is no longer required and will be removed in the next release.**
4+
> _See the [example workflows](../README.md#example-workflows) for more info._
5+
36
Authenticate the current workflow to publish new versions or create new builds.
4-
It works relatively simple, you define the Expo credentials and this action will do the rest.
7+
It works relatively simple, you define the Expo credentials, and this action will do the rest.
58

69
## Usage
710

publish/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Expo Publish for GitHub Actions
22

3+
> **This sub-action is no longer required and will be removed in the next release.**
4+
> _See the [example workflows](../README.md#example-workflows) for more info._
5+
36
Publish a brand new release straight from your GitHub workflow.
47
Optionally, you can configure the release channel or manifest file.
58

0 commit comments

Comments
 (0)