[chore] Fix release workflow 5: update var name (#2680)

This commit is contained in:
Liudmila Molkova 2025-08-25 10:36:54 -04:00 committed by GitHub
parent 846028d616
commit 132c7cd33c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
- name: Update schema files
run: |
version=${{ inputs.version }}
make generate-schema-next SCHEMA_NEXT_VERSION=$version
make generate-schema-next NEXT_SEMCONV_VERSION=$version
git add "schemas/$version"
- name: Update change log