Skip to content

Commit

Permalink
fixed fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
czechboy0 committed Sep 2, 2016
1 parent 207b896 commit dfacfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ private_lane :github do |params|
release_name = [version_tag, title].join(" - ")

# create a new release on GitHub
repo_url = "buildasaur/Buildasaur"
repo_url = "buildasaurs/Buildasaur"
ENV["FL_GITHUB_RELEASE_API_TOKEN"] = ENV["GITHUB_TOKEN"]
release = set_github_release(
repository_name: repo_url,
Expand Down

0 comments on commit dfacfce

Please sign in to comment.