Skip to content

Commit

Permalink
Update prerelease action parameter description
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier Halligon <[email protected]>
  • Loading branch information
iangmaia and AliSoftware committed Sep 2, 2024
1 parent 18e63b1 commit 8755825
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def self.available_options
optional: false,
type: String),
FastlaneCore::ConfigItem.new(key: :prerelease,
description: 'True if this should be published as a pre-release. False if this should be published as final. Don\'t provide a value keep the same (non-)prerelease status as the one used in the Draft',
description: 'True to publish as a pre-release. False to published as final. Don\'t provide a value to keep the same (non-)prerelease status as the one used in the Draft',
optional: true,
default_value: :unchanged,
type: Boolean),
Expand Down

0 comments on commit 8755825

Please sign in to comment.