Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,18 +134,18 @@ jobs:
echo "branch=release/v$NEW_VERSION" >> $GITHUB_OUTPUT
echo "New version: $NEW_VERSION"

- name: Update snapshots after CDK sync
run: |
npm run test:update-snapshots
echo "✓ Snapshots updated"

- name: Regenerate JSON schema
run: |
npm run build
node scripts/generate-schema.mjs
npx prettier --write schemas/
echo "✓ JSON schema regenerated and formatted"

- name: Update snapshots after CDK sync
run: |
npm run test:update-snapshots
echo "✓ Snapshots updated"

- name: Create release branch and PR
env:
NEW_VERSION: ${{ steps.bump.outputs.version }}
Expand Down
Loading