We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ccd0e commit 4ed48e4Copy full SHA for 4ed48e4
scripts/build.js
@@ -17,5 +17,5 @@ if (branch.stdout.trim() != 'main') {
17
const version = `${hash}`;
18
19
$.quote = (s) => s;
20
- await $`sed -E "s/version:.+/version: \\"${version}\\"/" -i "build/tsp-output/@typespec/openapi3/openapi.yaml"`;
+ await $`sed -E "s/version:.+/version: \\"${version}\\"/" -i "build/unofficial-documentation/tsp-output/@typespec/openapi3/openapi.yaml"`;
21
}
0 commit comments