mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-07-11 16:56:29 +01:00
f09ab0b207
* Add sanity checks for correct release channel to the build workflow
There's currently nothing preventing us from publishing RC build to the
stable channel if the GH release is configured incorrectly. Since we
have the meta file which dictates where the deployment should go, use
this as a sanity check and reject the workflow if the expected
configuration doesn't match.
* Improve the check to validate version string as well
(cherry picked from commit b4977ed0a9)