Skip to content

Commit 2b89b4c

Browse files
committed
Fix release workflow
1 parent fe90e52 commit 2b89b4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prepare-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
version=${{ inputs.version }}
3434
cp schema-next.yaml "schemas/$version"
3535
36-
sed -i "s/ next:$/ next:\n $version/" schema-next.yaml
36+
sed -i "s/ next:$/ next:\n $version:/" schema-next.yaml
3737
3838
sed -i "s/^schema_url: .*/schema_url: https:\/\/opentelemetry.io\/schemas\/$version/" "schemas/$version"
39-
sed -i "s/ next:$/ $version/" "schemas/$version"
39+
sed -i "s/ next:$/ $version:/" "schemas/$version"
4040
git add "schemas/$version"
4141
4242
- name: Update change log

0 commit comments

Comments
 (0)