We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a3b5c commit 617ebf8Copy full SHA for 617ebf8
1 file changed
README.md
@@ -64,7 +64,7 @@ action "Install" {
64
65
action "Publish" {
66
needs = "Install"
67
- uses = "byCedric/ci-expo@2.2.0"
+ uses = "expo/expo-github-action@2.2.0"
68
args = "publish"
69
secrets = ["EXPO_CLI_USERNAME", "EXPO_CLI_PASSWORD"]
70
}
@@ -101,7 +101,7 @@ action "Filter branch" {
101
102
103
needs = "Filter branch"
104
105
106
107
@@ -134,7 +134,7 @@ action "Test" {
134
135
136
needs = "Test"
137
138
args = "build:web"
139
140
```
0 commit comments