Skip to content

Commit d9d69c5

Browse files
Use type instead of is_string
1 parent b083991 commit d9d69c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_get_build_number.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def self.available_options
2626
key: :xcconfig_file_path,
2727
env_name: 'FL_IOS_XCCONFIG_FILE_PATH',
2828
description: 'Path to the .xcconfig file containing the build number',
29-
is_string: false,
29+
type: String,
3030
optional: false
3131
),
3232
]

0 commit comments

Comments
 (0)