Skip to content

Commit

Permalink
updates github repo naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Greer committed Dec 7, 2024
1 parent 1a6ebf2 commit 82fdf09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ platform :ios do
)

github_release = set_github_release(
repository_name: "Iterable/swift-sdk",
repository_name: "Iterable/iterable-swift-sdk",
api_token: github_token,
name: "#{version}",
tag_name: "#{version}",
Expand Down Expand Up @@ -135,4 +135,4 @@ platform :ios do
slack_url: slack_webhook,
)
end
end
end

0 comments on commit 82fdf09

Please sign in to comment.