Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 4adf65e

Browse files
committed
chore(lane.deploy): Fix missing url
1 parent 80b57a4 commit 4adf65e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ end
9595
def post_github_release(version, changes, token=ENV['GITHUB_TOKEN'])
9696
puts "Creating release on GitHub..."
9797
release_changes = changes.gsub(/^## #{version} /m, "## ").gsub("\n", "\\n")
98+
url = "https://api.github.com/repos/algolia/algoliasearch-client-android/releases?access_token=#{token}"
9899
result = HTTParty.post(url, :body => {
99100
:tag_name => version,
100101
:target_commitish => "master",

0 commit comments

Comments
 (0)