Problem
The v0.1.6 release workflow failed in the Pack npm package step after npm emitted JSON in a shape the workflow regex did not parse.
Requested behavior
Parse npm pack JSON structurally in PowerShell so the release workflow accepts both object and array output shapes and can continue to npm publish and GitHub release creation.
Acceptance checks
- Release workflow pack step uses ConvertFrom-Json instead of a brittle regex.
- Both manual and tag release paths are fixed.
- The fixed workflow can publish the existing v0.1.6 tag.
Problem
The v0.1.6 release workflow failed in the Pack npm package step after npm emitted JSON in a shape the workflow regex did not parse.
Requested behavior
Parse npm pack JSON structurally in PowerShell so the release workflow accepts both object and array output shapes and can continue to npm publish and GitHub release creation.
Acceptance checks