Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
deleted exta ',' (#721)
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Rabelo <[email protected]>
  • Loading branch information
victorrabelozup authored Aug 7, 2020
1 parent 141e04e commit a9a1271
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 @@ -142,7 +142,7 @@ lane :deploy do
releaseNotes = release_notes
sh "bash ./delete_release.sh"
set_github_release(
repository_name: ENV["REPO"],,
repository_name: ENV["REPO"],
api_token: ENV["REPO_TOKEN"],
name: ENV["VERSION_DEPLOY"],
tag_name: ENV["VERSION_DEPLOY"],
Expand Down

0 comments on commit a9a1271

Please sign in to comment.