Problem
The Regen stubs workflow (triggered by repository_dispatch on a decree release) fails at make generate:
Could not make proto path relative: /proto/centralconfig/v1/*.proto: No such file or directory
make: *** [Makefile:28: generate] Error 1
The decree v0.12.0-alpha.3 release dispatched SDK stub regen, but the workflow does not make decree's proto available at the path make generate expects.
Run: https://github.com/opendecree/decree-python/actions/runs/27811508218
Impact
Auto-regen on release is non-functional; stubs must be regenerated manually (make generate against a local ../decree/proto). Surfaced during the v0.12.0-alpha.3 coordinated release.
Ask
Check out / fetch decree's proto at the expected path in the Regen stubs workflow (pass the decree ref via the dispatch payload and check it out).
Problem
The
Regen stubsworkflow (triggered byrepository_dispatchon a decree release) fails atmake generate:The decree
v0.12.0-alpha.3release dispatched SDK stub regen, but the workflow does not make decree's proto available at the pathmake generateexpects.Run: https://github.com/opendecree/decree-python/actions/runs/27811508218
Impact
Auto-regen on release is non-functional; stubs must be regenerated manually (
make generateagainst a local../decree/proto). Surfaced during the v0.12.0-alpha.3 coordinated release.Ask
Check out / fetch decree's proto at the expected path in the Regen stubs workflow (pass the decree ref via the dispatch payload and check it out).