singularity-forge/.github
Tom Boucher e45bff419d fix(ci): add npm publish to prod-release and prevent mid-deploy cancellation (#1208)
Two issues in the pipeline:

1. cancel-in-progress: true could cancel a running deployment when a
   new push arrives. Deployments should never be interrupted mid-flight.
   Changed back to false.

2. The prod-release job bumps the version, commits, and tags — but never
   publishes the release version to npm. The dev-publish step publishes
   @dev, test-verify promotes to @next, but @latest was never updated.
   Users running 'npm install -g gsd-pi' would get stale versions.

Added 'Build release' and 'Publish release to npm @latest' steps after
the git tag push, with idempotent guard for already-published versions.
2026-03-18 11:31:42 -06:00
..
ISSUE_TEMPLATE feat: add model type, provider, and API docs fields to bug report template (#877) 2026-03-17 08:42:25 -06:00
workflows fix(ci): add npm publish to prod-release and prevent mid-deploy cancellation (#1208) 2026-03-18 11:31:42 -06:00
FUNDING.yml chore: add GitHub Sponsors funding config 2026-03-11 16:30:42 -06:00
PULL_REQUEST_TEMPLATE.md chore: add PR template and bug report issue template (#574) 2026-03-15 19:47:20 -06:00