Skip to content

Commit fce43b3

Browse files
committed
Change ios_get_app_version environment var to a more generic one, so that the same name can be reused across actions
1 parent 60a350c commit fce43b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def self.available_options
2424
[
2525
FastlaneCore::ConfigItem.new(
2626
key: :public_version_xcconfig_file,
27-
env_name: 'FL_IOS_GET_APP_VERSION_PUBLIC_VERSION_XCCONFIG_FILE',
27+
env_name: 'FL_IOS_PUBLIC_VERSION_XCCONFIG_FILE',
2828
description: 'Path to the .xcconfig file containing the public app version',
2929
type: String,
3030
optional: false

0 commit comments

Comments
 (0)