We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd4413 commit 5b40a08Copy full SHA for 5b40a08
fastlane/Fastfile
@@ -35,7 +35,7 @@ platform :ios do
35
36
github_release = set_github_release(
37
repository_name: "adasupport/ios-sdk",
38
- api_bearer: ENV["FL_GITHUB_RELEASE_API_BEARER"]
+ api_bearer: ENV["FL_GITHUB_RELEASE_API_BEARER"],
39
name: "#{version}",
40
tag_name: "#{version}",
41
description: (File.read("changelog") rescue "No changelog provided"),
0 commit comments