Skip to content

Commit

Permalink
feat: upgrade nitro CLI version
Browse files Browse the repository at this point in the history
Bitrise Step updates:
- Add the --output-format=json to the step to set envs using
envman from this step
- Do not throw till the end to be able to set envs from the json output

Nitro CLI change log:
- Remove envman dependency
- Fix an issue when parsing output .apk files
- Add support for Yarn 3
- Fix incorrect ANDROID_HOME error throwing for iOS builds
- Add missing pipefail to xcodebuild command
  • Loading branch information
jpgarcia committed Jan 31, 2023
1 parent 8509d34 commit 4572ea7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# GitHub Action - Nitro Runner for iOS

A GitHub Action for running React Native builds for **iOS** using [Nitro](https://nitro.build).

<!-- action-docs-description -->
### Description

Expand Down

0 comments on commit 4572ea7

Please sign in to comment.