Skip to content

Commit 9e446b5

Browse files
committed
Fix build
1 parent af639b1 commit 9e446b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-schemas.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cp packages/json-schemas/schemas/content.json build/json-schemas/content.json
3535
cp packages/json-schemas/schemas/content-schema.json build/json-schemas/content-schema.json
3636
cp packages/json-schemas/schemas/project.json build/json-schemas/project.json
37-
cp packages/json-schemas/schemas/template-catalog-metadata.json build/json-schemas/template/template-catalog-metadata.json
37+
cp packages/json-schemas/schemas/template/template-catalog-metadata.json build/json-schemas/template-catalog-metadata.json
3838
find build/json-schemas -type f -name "*.json" -exec sed -i -e 's|https://schema\.croct\.com/json/event/|https://schema.croct.com/json/v1/|g' {} +
3939
find build/json-schemas -type f -name "*.json" -exec sed -i -e 's|https://schema\.croct\.com/json/template/|https://schema.croct.com/json/v1/|g' {} +
4040
find build/json-schemas -type f -name "*.json" -exec sed -i -e '/https:\/\/schema\.croct\.com\/json\/v1\//! s|https://schema\.croct\.com/json/|https://schema.croct.com/json/v1/|g' {} +

0 commit comments

Comments
 (0)