Skip to content

Commit 0b56ef3

Browse files
committed
ci: fix update typescript package version
1 parent 55db7c5 commit 0b56ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/update_version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export async function updateVersion(opts: ReleaseOpts) {
2424
replace: `"version": "${opts.version}"`,
2525
},
2626
{
27-
path: "sdks/typescript/*/package.json",
27+
path: "engine/sdks/typescript/*/package.json",
2828
find: /"version": ".*"/,
2929
replace: `"version": "${opts.version}"`,
3030
},

0 commit comments

Comments
 (0)