Skip to content

Commit 52e90be

Browse files
committed
Update the bump version call to reflect that we no longer use the Deliverfile
1 parent 2de1e01 commit 52e90be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ end
120120
lane :code_freeze do | options |
121121
old_version = ios_codefreeze_prechecks(options)
122122

123-
ios_bump_version_release()
123+
ios_bump_version_release(skip_deliver: true)
124124
new_version = ios_get_app_version()
125125
ios_update_release_notes(new_version: new_version)
126126
setbranchprotection(repository:GHHELPER_REPO, branch: "release/#{new_version}")

0 commit comments

Comments
 (0)