ci: add GitHub Action to auto-publish to npm on release (#8)
* Add GitHub Action to auto-publish to npm on release Triggered on every GitHub release. Syncs the version from the release tag (strips the leading 'v') into package.json before publishing, so maintainers only need to create a release — no manual npm publish step. Requires an NPM_TOKEN secret with an npm Automation token. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Update actions to latest and use Node 22 - actions/checkout v4 → v6 - actions/setup-node v4 → v6 - Node 20 → 22 (current LTS) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
V
Vatan Aksoy Tezer committed
b3f490089974996c7df23ab8233d63ef1f08e1fc
Parent: a7080b9
Committed by GitHub <noreply@github.com>
on 4/2/2026, 5:11:33 PM