Skip to content

Commit e75e8a0

Browse files
authored
ci: regenerate JSON schema during release (#710)
1 parent 6ff721e commit e75e8a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ jobs:
108108
echo "branch=release/v$NEW_VERSION" >> $GITHUB_OUTPUT
109109
echo "New version: $NEW_VERSION"
110110
111+
- name: Regenerate JSON schema
112+
run: |
113+
npm run build
114+
node scripts/generate-schema.mjs
115+
echo "✓ JSON schema regenerated"
116+
111117
- name: Create release branch and PR
112118
env:
113119
NEW_VERSION: ${{ steps.bump.outputs.version }}

0 commit comments

Comments
 (0)