Skip to content

Commit 07701b9

Browse files
committed
fastlane: Don't explicitly check for 'CI'
We have smarts elsewhere to prevent this from being an issue. Signed-off-by: Kristofer Rye <[email protected]>
1 parent 7592579 commit 07701b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fastlane/lib/versions.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ def build_number
3232

3333
# Copy the package.json version into the other version locations
3434
def propagate_version(**args)
35-
return unless ENV.key? 'CI'
36-
3735
version = get_package_key(key: :version)
3836

3937
UI.message "Propagating version: #{version}"

0 commit comments

Comments
 (0)