We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff721e commit e75e8a0Copy full SHA for e75e8a0
1 file changed
.github/workflows/release.yml
@@ -108,6 +108,12 @@ jobs:
108
echo "branch=release/v$NEW_VERSION" >> $GITHUB_OUTPUT
109
echo "New version: $NEW_VERSION"
110
111
+ - name: Regenerate JSON schema
112
+ run: |
113
+ npm run build
114
+ node scripts/generate-schema.mjs
115
+ echo "✓ JSON schema regenerated"
116
+
117
- name: Create release branch and PR
118
env:
119
NEW_VERSION: ${{ steps.bump.outputs.version }}
0 commit comments