f1be3e6bb0
- Add workflow_call trigger to npm-publish.yml for direct cross-workflow invocation - Add publish-npm job to electron-release.yml that calls npm-publish after release - Add dist-tag support: prerelease versions auto-get 'next' tag, stable gets 'latest' - Add v-prefix stripping for robust version handling - Fixes issue where GitHub releases created by bots don't reliably trigger npm-publish - Refs #579