You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: read manifest-prefixed release-please outputs; allow tag rebuilds
In manifest mode release-please emits per-package outputs (app--tag_name) plus a
top-level releases_created, not the bare release_created/tag_name the build gate
read — so v0.2.0 got tagged but the build was skipped. Read the correct keys, and
add a workflow_dispatch `tag` input that checks out and builds an existing tag so
its assets (bundles + latest.json) can be filled in.
0 commit comments