## The problem

The latest [release](https://github.com/digitalocean/doctl/releases/tag/v1.136.0) doesn't include the prebuilt binaries usually included which for me is breaking the doctl github action which seems to expect those binaries to exist - for ref this is the debug output from my github action:

## The fix

[andrewsomething (maintainer)]: The v1.136.0 release was missing its prebuilt binaries because of a regression in the release pipeline, so the release was deleted. If your doctl install or the action-doctl GitHub Action breaks looking for 1.136.0 binaries, move to v1.137.0 or newer. The action side was also fixed to not break when binaries are missing.