Skip to content

Commit 4ed48e4

Browse files
committed
ci: fix for netlify version set
1 parent 47ccd0e commit 4ed48e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ if (branch.stdout.trim() != 'main') {
1717
const version = `${hash}`;
1818

1919
$.quote = (s) => s;
20-
await $`sed -E "s/version:.+/version: \\"${version}\\"/" -i "build/tsp-output/@typespec/openapi3/openapi.yaml"`;
20+
await $`sed -E "s/version:.+/version: \\"${version}\\"/" -i "build/unofficial-documentation/tsp-output/@typespec/openapi3/openapi.yaml"`;
2121
}

0 commit comments

Comments
 (0)