Fix release workflow (#2451)

This commit is contained in:
Trask Stalnaker 2025-06-30 11:44:05 -07:00 committed by GitHub
parent fe90e52e8f
commit e364dcceee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -33,10 +33,10 @@ jobs:
version=${{ inputs.version }}
cp schema-next.yaml "schemas/$version"
sed -i "s/ next:$/ next:\n $version/" schema-next.yaml
sed -i "s/ next:$/ next:\n $version:/" schema-next.yaml
sed -i "s/^schema_url: .*/schema_url: https:\/\/opentelemetry.io\/schemas\/$version/" "schemas/$version"
sed -i "s/ next:$/ $version/" "schemas/$version"
sed -i "s/ next:$/ $version:/" "schemas/$version"
git add "schemas/$version"
- name: Update change log