Skip to content

Commit

Permalink
fix(codepush): make releases not mandatory #trivial (#9337)
Browse files Browse the repository at this point in the history
make releases not mandatory
  • Loading branch information
brainbicycle authored Sep 26, 2023
1 parent 1f8decd commit bfbc460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ lane :deploy_to_codepush do |options|
deployment: deployment_name,
sourcemap_output: sourcemap_output,
output_dir: "./build",
mandatory: false,
target_version: release_version,
)

Expand Down

0 comments on commit bfbc460

Please sign in to comment.