# Schema Inaccuracy <!--- Describe the problem shortly. Include the specific operation / schema that contains an error. --> `Create Release` [uses](https://docs.github.com/en/rest/reference/repos#create-a-release) the keyword `tag_name` to refer to _The name of the tag_ `Get a release by tag name` [uses](https://docs.github.com/en/rest/reference/repos#get-a-release-by-tag-name) the keyword `tag` to refer to _The name of the tag_ ## Expected Both use the same naming convetion for `tag` ## Reproduction Steps https://github.com/octokit/rest.js/issues/1918