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 ab6216d commit 0f73fb0Copy full SHA for 0f73fb0
lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_bump_version_hotfix.rb
@@ -40,8 +40,8 @@ def self.available_options
40
description: "The version of the hotfix",
41
is_string: true),
42
FastlaneCore::ConfigItem.new(key: :version_code,
43
- env_name: "FL_ANDROID_BUMP_VERSION_HOTFIX_CODE",
44
- description: "The version of the hotfix"),
+ env_name: "FL_ANDROID_BUMP_VERSION_HOTFIX_CODE",
+ description: "The version of the hotfix"),
45
FastlaneCore::ConfigItem.new(key: :previous_version_name,
46
env_name: "FL_ANDROID_BUMP_VERSION_HOTFIX_PREVIOUS_VERSION",
47
description: "The version to branch from",
0 commit comments