Skip to content

Regen stubs workflow fails: decree proto not available on dispatch #156

Description

@zeevdr

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingciCI/Infrastructurepriority: P2Nice-to-havesize: SQuick win — a few hours or less

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions