SOLO-5030
GitHubApiResponseMissingTagNameError — System
GitHubApiResponseMissingTagNameError
| Code | SOLO-5030 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when a GitHub API response is missing the expected tag_name field; the message names the URL. solo reads tag_name to identify a release version, so this means the response came back without it — indicating an unexpected response shape from the API.
Troubleshooting Steps
- Confirm the repository has a latest release and that the GitHub API response contains expected release fields.