Update schema_url in prepare release workflow (#1810)
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
This commit is contained in:
parent
354b0ac7ed
commit
6217224ed6
|
|
@ -31,6 +31,7 @@ jobs:
|
|||
fi
|
||||
|
||||
version=${{ inputs.version }}
|
||||
sed -i "0,/^schema_url: .*\/next$/s/\/next$/\/$version/" schema-next.yaml
|
||||
sed -i "0,/^ next:$/s// $version:/" schema-next.yaml
|
||||
cp schema-next.yaml "schemas/$version"
|
||||
git add "schemas/$version"
|
||||
|
|
|
|||
Loading…
Reference in New Issue