Skip to content

Fix release workflow npm pack parsing #109

Description

@jasonsuhari

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions