mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-07-08 15:33:45 +01:00
b4977ed0a9
* 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