Skip to content

Commit 617ebf8

Browse files
committed
docs: update references to action repository
1 parent e6a3b5c commit 617ebf8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ action "Install" {
6464
6565
action "Publish" {
6666
needs = "Install"
67-
uses = "byCedric/ci-expo@2.2.0"
67+
uses = "expo/expo-github-action@2.2.0"
6868
args = "publish"
6969
secrets = ["EXPO_CLI_USERNAME", "EXPO_CLI_PASSWORD"]
7070
}
@@ -101,7 +101,7 @@ action "Filter branch" {
101101
102102
action "Publish" {
103103
needs = "Filter branch"
104-
uses = "byCedric/ci-expo@2.2.0"
104+
uses = "expo/expo-github-action@2.2.0"
105105
args = "publish"
106106
secrets = ["EXPO_CLI_USERNAME", "EXPO_CLI_PASSWORD"]
107107
}
@@ -134,7 +134,7 @@ action "Test" {
134134
135135
action "Publish" {
136136
needs = "Test"
137-
uses = "byCedric/ci-expo@2.2.0"
137+
uses = "expo/expo-github-action@2.2.0"
138138
args = "build:web"
139139
}
140140
```

0 commit comments

Comments
 (0)