Skip to content

Commit c9f246a

Browse files
committed
fastfile config
1 parent e4dbe48 commit c9f246a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fastlane/Fastfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,13 @@ platform :ios do
122122
)
123123

124124
set_github_release(
125-
repository_name: "clappr/clappr-ios",
125+
repository_name: "dezouzart/clappr-ios",
126126
api_token: ENV["GITHUB_TOKEN"],
127127
name: "",
128128
tag_name: options[:version],
129129
description: "TODO: write release notes here"
130130
)
131131

132-
pod_push
133132
end
134133

135134
# You can define as many lanes as you want

0 commit comments

Comments
 (0)