Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Phong Nguyen committed Apr 13, 2021
1 parent b1a53cf commit 36228a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def self.run(params)
req = Net::HTTP::Post.new(uri)
req['Content-Type'] = 'application/json'
req['PRIVATE-TOKEN'] = params[:private_token]
puts(git_branch)
req.body = {
"assets": {},
"description": params[:description],
Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/semantic_release/version.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module Fastlane module SemanticReleaseWorkflow VERSION = "1.0.4" end end
module Fastlane module SemanticReleaseWorkflow VERSION = "1.0.5" end end

0 comments on commit 36228a8

Please sign in to comment.