Skip to content

Commit

Permalink
release: new release for image build with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed May 8, 2019
1 parent d9cb1db commit d1909bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ action "Install" {
action "Publish" {
needs = "Install"
uses = "expo/[email protected].1"
uses = "expo/[email protected].2"
args = "publish"
secrets = ["EXPO_CLI_USERNAME", "EXPO_CLI_PASSWORD"]
}
Expand Down Expand Up @@ -110,7 +110,7 @@ action "Filter branch" {
action "Publish" {
needs = "Filter branch"
uses = "expo/[email protected].1"
uses = "expo/[email protected].2"
args = "publish"
secrets = ["EXPO_CLI_USERNAME", "EXPO_CLI_PASSWORD"]
}
Expand Down Expand Up @@ -143,7 +143,7 @@ action "Test" {
action "Build" {
needs = "Test"
uses = "expo/[email protected].1"
uses = "expo/[email protected].2"
args = "build:web"
}
```
Expand Down

0 comments on commit d1909bb

Please sign in to comment.