Add npm-publish Forgejo Actions workflow template
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s

Supports @coulomb scoped npm packages on tag push for RAIL-HO-WP-0005 T07.
This commit is contained in:
tegwick 2026-07-07 22:09:53 +02:00
parent 4b7c79dbad
commit 3eda3235d4
2 changed files with 34 additions and 0 deletions

View file

@ -31,6 +31,7 @@ Org secrets (set on `coulomb` org): `REGISTRY_USER`, `REGISTRY_TOKEN`.
| `workflows/ci-smoke.yaml` | 1 | Git+CI routing drill; infra/docs repos |
| `workflows/container-build-push.yaml` | 2 | Single-repo `Dockerfile` image publish |
| `workflows/container-build-push-multirepo.yaml` | 3 prep | Docker build with named contexts (e.g. `state-hub` + `hub-core`) |
| `workflows/npm-publish.yaml` | 2+ | Publish `@coulomb/*` npm package on version tag |
## Adoption