Fixes https://github.com/cli/cli/issues/6566 When running `gh release create <tag> --verify-tag`, we query <tag> among repository tags via the GitHub API before creating the release, and abort the command if the tag was not found.
#