diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1c0d720f..336b229e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,6 +9,7 @@ on: type: choice description: 'Select version bump type:' options: + - none - patch - minor - major diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 600ee55d..2782273f 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -100,7 +100,7 @@ platform :ios do type = options[:bump] - if !options[:isfeaturebuild] + if !options[:isfeaturebuild] && type != 'none' increment_version_number_in_xcodeproj( bump_type: type, xcodeproj: 'openHAB.xcodeproj',