diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 712e7e4a..dca2fb38 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -134,6 +134,11 @@ 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