Is the latest Github release an error (Yaak cli)?

Question
I noticed that in the past Yaak cli versions were tagged on GitHub, but they didn’t have releases.
The releases on the repo used to be the full app releases with artifacts (betas marked as prerelease).
But currently the latest stable release is for the newest Yaak cli version.
I’m wondering if the release was erroneous. The reason I’m asking is because we maintain a docker image for Yaak and our ci relies on GitHub releases to detect and build new versions. This latest release broke our automation.
If the releases are meant to contain cli version bumps, we can adjust our ci accordingly. Please let us know.
Thanks
Linux
Great question!
The Yaak monorepo now contains releases for both the main desktop app and a new CLI. Your best bet would be to either match on the specific tag format for the release, or check the artifacts of to ensure the desired one exists.
Thanks for the speedy confirmation. We’ll adjust our ci trigger.
Nice. Thanks for maintaining those images!