diff --git a/CHANGELOG.md b/CHANGELOG.md index f3b5f3a0..26ced432 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.3.2](https://github.com/expo/expo-github-action/compare/2.3.1...2.3.2) (2019-05-09) + +### Bug fixes + +* use yarn to install expo cli globally ([9fd3635](https://github.com/expo/expo-github-action/commit/9fd3635)) + + ## [2.3.1](https://github.com/expo/expo-github-action/compare/2.3.0...2.3.1) (2019-04-17) ### Bug fixes diff --git a/README.md b/README.md index 01556c16..89c9adf3 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ action "Install" { action "Publish" { needs = "Install" - uses = "expo/expo-github-action@2.3.1" + uses = "expo/expo-github-action@2.3.2" args = "publish" secrets = ["EXPO_CLI_USERNAME", "EXPO_CLI_PASSWORD"] } @@ -110,7 +110,7 @@ action "Filter branch" { action "Publish" { needs = "Filter branch" - uses = "expo/expo-github-action@2.3.1" + uses = "expo/expo-github-action@2.3.2" args = "publish" secrets = ["EXPO_CLI_USERNAME", "EXPO_CLI_PASSWORD"] } @@ -143,7 +143,7 @@ action "Test" { action "Build" { needs = "Test" - uses = "expo/expo-github-action@2.3.1" + uses = "expo/expo-github-action@2.3.2" args = "build:web" } ```