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

Commit

Permalink
adjust scriptx
Browse files Browse the repository at this point in the history
Signed-off-by: uziasferreirazup <[email protected]>
  • Loading branch information
uziasferreirazup committed Sep 13, 2021
1 parent 76ccd11 commit 0e34907
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,13 @@ lane :deploy do
sh "fastlane ios release_pods version:#{versionNumber} tag:#{tagName}"
end

release_notes = versionNumber
sh "bash ./delete_release.sh " + tagName
set_github_release(
repository_name: ENV["REPO"],
api_token: ENV["REPO_TOKEN"],
name: tagName,
tag_name: tagName,
description: releaseNotes,
description: tagName,
commitish: ENV["COMMITISH"]
)
end
Expand Down

0 comments on commit 0e34907

Please sign in to comment.