Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
czechboy0 committed Oct 1, 2015
1 parent 0c5b1ed commit fb0ccce
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 @@ -50,10 +50,10 @@ lane :release do

# create a new release on GitHub
repo_url = project_github_name
ENV["FL_GITHUB_RELEASE_API_TOKEN"] = ENV["GITHUB_TOKEN"]
release = set_github_release(
repository_name: repo_url,
commitish: release_branch,
api_token: ENV["GITHUB_TOKEN"],
name: [version, title].join(" - "),
tag_name: version,
description: description,
Expand Down

0 comments on commit fb0ccce

Please sign in to comment.