We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25bbbbc commit a54e118Copy full SHA for a54e118
1 file changed
lib/ruby_installer/build/release.rb
@@ -97,7 +97,7 @@ def upload_to_github(tag:, repo:, token: nil, files:)
97
release = client.update_release(release.url, name: headline, body: body)
98
else
99
release = client.create_release(repo, tag,
100
- target_commitish: tag,
+ tag_name: tag,
101
name: headline,
102
body: body,
103
draft: true,
0 commit comments