Skip to content

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 14 Jun 18:59
· 630 commits to main since this release
abc966b

Fixed

  • Automated npm publishing now actually triggers itself. auto-release.yml creates the GitHub Release/tag with GITHUB_TOKEN, which (per GitHub's recursion-prevention rule) does not fire publish.yml's release:/push: tags events — so v0.4.0 and v0.4.1 each required a manual Release recreate to reach npm. publish.yml now also triggers on the merge-to-main push (a PAT-created event that reliably fires), gated to actual version bumps, and publishing still runs from publish.yml so npm Trusted Publishing's OIDC subject is unchanged. Added a workflow_dispatch trigger as a manual fallback (gh workflow run publish.yml).