fix(cic): cover release-publish in client-build gate and correct group wording

Address the latest review pass on PR #2798:

- client-build-environment.client.spec.ts: add release-publish.yml to
  dshBuildWorkflows so the 'workflow env must not set DSH_CLIENT_*' gate covers
  the new dsh publish path (it runs build:official and writes a dsh client
  build record). vendor-publish runs only build:lib:host, so it is not added.
- 2026-08-10-npm-release-sequences note (en/zh/i18n): the Release-publish group
  is carried by the publish job (job-level concurrency), not the whole
  workflow; corrected the wording.
This commit is contained in:
Chinesezjc
2026-08-20 15:59:40 +08:00
parent 16affb84fb
commit 56a8f7d325
4 changed files with 5 additions and 4 deletions
@@ -26,6 +26,7 @@ const dshBuildWorkflows = [
'e2b-e2e.yml',
'e2e.yml',
'release.yml',
'release-publish.yml',
'sandbox.yml',
]