Skip to content

Commit 6217224

Browse files
traskjoaopgrassi
andauthored
Update schema_url in prepare release workflow (#1810)
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
1 parent 354b0ac commit 6217224

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/prepare-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
fi
3232
3333
version=${{ inputs.version }}
34+
sed -i "0,/^schema_url: .*\/next$/s/\/next$/\/$version/" schema-next.yaml
3435
sed -i "0,/^ next:$/s// $version:/" schema-next.yaml
3536
cp schema-next.yaml "schemas/$version"
3637
git add "schemas/$version"

0 commit comments

Comments
 (0)