mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 20:32:20 +03:00
- 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