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 7592579 commit 07701b9Copy full SHA for 07701b9
fastlane/lib/versions.rb
@@ -32,8 +32,6 @@ def build_number
32
33
# Copy the package.json version into the other version locations
34
def propagate_version(**args)
35
- return unless ENV.key? 'CI'
36
-
37
version = get_package_key(key: :version)
38
39
UI.message "Propagating version: #{version}"
0 commit comments