Files
node-red-contrib-gamedig/.github/workflows
skylord123 617f4d4c51 Add GitHub Actions workflow for npm publishing
- Publishes to npm whenever a GitHub Release is published
- Uses npm Trusted Publishing (OIDC) so no NPM_TOKEN secret is required
- Stable tags (vX.Y.Z) go to the latest dist-tag and commit the version
  bump back to master; pre-release tags (vX.Y.Z-beta.N) publish to a
  matching dist-tag without touching master
2026-05-25 23:09:34 -06:00
..