singularity-forge/.github
Tom Boucher ea42db9a1f fix(ci): fix dev-publish version stamp and platform sync (#1145)
Two bugs in the Dev Publish job:

1. node -p with escaped double-quotes broke on Node 22's eval mode
   (SyntaxError: Invalid or unexpected token). Switched to node -e
   with process.stdout.write and unescaped inner quotes.

2. version-stamp updated root package.json but not platform packages.
   When npm publish triggered prepublishOnly, sync-platform-versions
   dirtied 5 platform package.json files and git diff --exit-code
   failed. Added sync-platform-versions to the stamp step so
   prepublishOnly finds everything already in sync.

Fixes: https://github.com/gsd-build/gsd-2/actions/runs/23233857718
2026-03-18 08:32:03 -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): fix dev-publish version stamp and platform sync (#1145) 2026-03-18 08:32:03 -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