Skip to content

Commit

Permalink
Update schema_url in prepare release workflow (#1810)
Browse files Browse the repository at this point in the history
Co-authored-by: Joao Grassi <[email protected]>
  • Loading branch information
trask and joaopgrassi authored Jan 27, 2025
1 parent 354b0ac commit 6217224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6217224

Please sign in to comment.