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 7d6ac75 commit 13545c5Copy full SHA for 13545c5
fastlane/lib/util.rb
@@ -65,7 +65,7 @@ def auto_beta
65
beta if last_commit != current_commit
66
end
67
68
-def codepush_cli(app:, channel: 'nightly', install_target: '~2.2 || ~2.2.0-rc')
+def codepush_cli(app:, channel: 'nightly', install_target: '~2.2 || ~2.2.0-beta')
69
target = "--targetBinaryVersion '#{install_target}'"
70
# `fastlane x` runs in the ./fastlane folder, so we have to go up a level
71
Dir.chdir("..") do
0 commit comments