Skip to content

Commit 54c79c9

Browse files
author
Evan Greer
committed
renames sdk repo in script
1 parent 331b50b commit 54c79c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fastlane/Fastfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ platform :ios do
101101
)
102102

103103
github_release = set_github_release(
104-
repository_name: "Iterable/swift-sdk",
104+
repository_name: "Iterable/iterable-swift-sdk",
105105
api_token: github_token,
106106
name: "#{version}",
107107
tag_name: "#{version}",
@@ -135,4 +135,4 @@ platform :ios do
135135
slack_url: slack_webhook,
136136
)
137137
end
138-
end
138+
end

0 commit comments

Comments
 (0)