Fix release workflow: remove obsolete schema-next.yaml check (#2658)

This commit is contained in:
Trask Stalnaker 2025-08-19 18:13:34 -07:00 committed by GitHub
parent 62b23facae
commit dd517af7a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -30,11 +30,6 @@ jobs:
- name: Update schema files
run: |
if ! grep -q "^ next:$" schema-next.yaml; then
echo "String 'next:' not found in the file"
exit 1
fi
version=${{ inputs.version }}
make generate-schema-next SCHEMA_NEXT_VERSION=$version
git add "schemas/$version"