SOLO-5055
GitHubReleaseTagNotFoundSoloError — System
GitHubReleaseTagNotFoundSoloError
| Code | SOLO-5055 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when no GitHub release exists for a requested tag; the message names the tag. solo looks up releases by tag to download a specific version, so this means that tag has no release — for example a wrong or not-yet-published version.
Troubleshooting Steps
- Verify the release tag ‘
’ exists in the GitHub repository - Check the GitHub releases page for available versions
- Verify network connectivity to api.github.com