Skip to content

Commit

Permalink
Fix tag_created usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Sep 15, 2024
1 parent 96b2b4b commit 5c35db7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def self.report_status(params)
template_args['tag'] = params[:tag]
template_args['promoted_tag'] = params[:promoted_tag]
template_args['release_url'] = "https://github.com/#{@constants[:repo_name]}/releases/tag/#{params[:tag]}"
unless tag_created
unless params[:tag_created]
template_args['last_release_tag'] = params[:latest_public_release_tag]
end
if params[:platform] == "macos"
Expand Down

0 comments on commit 5c35db7

Please sign in to comment.