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 1a6ebf2 commit 82fdf09Copy full SHA for 82fdf09
fastlane/Fastfile
@@ -101,7 +101,7 @@ platform :ios do
101
)
102
103
github_release = set_github_release(
104
- repository_name: "Iterable/swift-sdk",
+ repository_name: "Iterable/iterable-swift-sdk",
105
api_token: github_token,
106
name: "#{version}",
107
tag_name: "#{version}",
@@ -135,4 +135,4 @@ platform :ios do
135
slack_url: slack_webhook,
136
137
end
138
-end
+end
0 commit comments