Skip to content

Commit

Permalink
disable increment_version_if_required as no live version is availab…
Browse files Browse the repository at this point in the history
…le yet

Signed-off-by: weak <weak@fraglab.at>
  • Loading branch information
weakfl committed Jul 6, 2024
1 parent 5d09ee4 commit 5e6508c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ platform :ios do
scheme: 'openHABTestsSwift',
xcargs: '-skipPackagePluginValidation',
testplan: 'openHABTests',
devices: ['iPhone 14 Pro'],
devices: ['iPhone 15 Pro'],
clean: true
)
end
Expand All @@ -71,7 +71,7 @@ platform :ios do
end

desc 'Build beta'
lane :beta do |options|
lane :beta do |options|
options[:bump] = options[:bump] != nil ? options[:bump] : "patch"

if is_ci?
Expand Down Expand Up @@ -107,7 +107,7 @@ platform :ios do
scheme: 'openHAB'
)
end
increment_version_if_required
# increment_version_if_required
# NOTE: this resolves packages of the project so need to clean
sh("cd .. && git clean -fd")

Expand Down

0 comments on commit 5e6508c

Please # to comment.