Hi Everyone,
I am working on improving my add-on dev process. One step of that is to automatically trigger the release of a new version in the add-ons repository when a new version of an add-on is released.
I am following all the steps from the ha community add-ons. The deploy workflow in the actual add-on repository is working fine and triggers the update run in the add-ons repository. This fails though, with the error
ValueError: untagged-2eea43dd07768ed394b6 is not valid SemVer string
Doe anyone have an idea, what’s wrong here? I have no clue, where the untagged-2eea43dd07768ed394b6
comes from.
Thanks a lot!