Skip to content

Commit 0ea0fc6

Browse files
chore: publish validated Phase 2 source separately
1 parent beade58 commit 0ea0fc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
}
4848
console.log('schemas ok');
4949
NODE
50-
- name: Commit final implementation
50+
- name: Commit validated source implementation
5151
id: commit
5252
shell: bash
5353
env:
@@ -56,7 +56,7 @@ jobs:
5656
set -euo pipefail
5757
git config user.name "github-actions[bot]"
5858
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
59-
git add -A
59+
git add global-template/docgen
6060
git commit -m "feat: stabilize runtime and add stack-neutral quality gates"
6161
git push origin "HEAD:${HEAD_BRANCH}"
6262
echo "sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)