Skip to content

Commit 09929e0

Browse files
author
Alexey Alter-Pesotskiy
committed
[BW] Provide github_repo name for local releases
1 parent 7d98dda commit 09929e0

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
@@ -40,7 +40,7 @@ lane :release do |options|
4040

4141
UI.user_error!("Tag for version #{version_number} already exists!") if git_tag_exists(tag: version_number)
4242

43-
changes = touch_changelog(release_version: version_number)
43+
changes = touch_changelog(release_version: version_number, github_repo: github_repo)
4444

4545
podspec = 'StreamChatSwiftUI.podspec'
4646
pod_lib_lint(podspec: podspec, allow_warnings: true)

0 commit comments

Comments
 (0)