We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5f4c1 commit 67ce33eCopy full SHA for 67ce33e
fastlane/lib/util.rb
@@ -69,7 +69,7 @@ def auto_beta
69
beta #if last_commit != current_commit
70
end
71
72
-def codepush_cli(app:, channel: 'nightly', install_target: '~2.2 || ~2.2.0-beta')
+def codepush_cli(app:, channel: 'nightly', install_target: '~2.3 || ~2.3.0-beta')
73
target = "--targetBinaryVersion '#{install_target}'"
74
# `fastlane x` runs in the ./fastlane folder, so we have to go up a level
75
Dir.chdir("..") do
0 commit comments