You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the set_properties_value and increment_version_code_in_properties_file. The values got correctly updated but the actions deleted all the formatting (empty lines) and comments in the properties file. That is unexpected to me.
My expectation is that the actions set only the given properties, without any further modification to the file.
The text was updated successfully, but these errors were encountered:
lane:update_versiondoversion=get_version# this is where I get the current version and increment itsh"sed -i '' 's/^VERSION_NAME=.*/VERSION_NAME=#{version}/' ../android/gradle.properties"end
I also suggest you look into how to use sed on the command line for this kind of tasks.
I am using the
set_properties_value
andincrement_version_code_in_properties_file
. The values got correctly updated but the actions deleted all the formatting (empty lines) and comments in the properties file. That is unexpected to me.My expectation is that the actions set only the given properties, without any further modification to the file.
The text was updated successfully, but these errors were encountered: