Skip to content

Commit 13545c5

Browse files
committed
switch prerelease specifier from -rc to -beta
1 parent 7d6ac75 commit 13545c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/lib/util.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def auto_beta
6565
beta if last_commit != current_commit
6666
end
6767

68-
def codepush_cli(app:, channel: 'nightly', install_target: '~2.2 || ~2.2.0-rc')
68+
def codepush_cli(app:, channel: 'nightly', install_target: '~2.2 || ~2.2.0-beta')
6969
target = "--targetBinaryVersion '#{install_target}'"
7070
# `fastlane x` runs in the ./fastlane folder, so we have to go up a level
7171
Dir.chdir("..") do

0 commit comments

Comments
 (0)