fix(formula): add phase=vapor to beads-release (gt-mjsjv)
Prevents accidental 'bd pour' from creating persistent issues. Vapor formulas should only run via 'gt sling --formula' or 'bd mol wisp'.
This commit is contained in:
@@ -47,6 +47,7 @@ The polecat will complete Phase 1, then signal phase-complete. The gate blocks
|
|||||||
until release.yml finishes. A new polecat (or the same one) resumes for Phases 2-3.
|
until release.yml finishes. A new polecat (or the same one) resumes for Phases 2-3.
|
||||||
"""
|
"""
|
||||||
type = "workflow"
|
type = "workflow"
|
||||||
|
phase = "vapor" # Ensures this runs as a wisp - bd pour will warn, gt sling --formula creates wisp
|
||||||
version = 1
|
version = 1
|
||||||
|
|
||||||
[vars.version]
|
[vars.version]
|
||||||
|
|||||||
Reference in New Issue
Block a user