Skip to content

Commit 7ccbd3e

Browse files
committed
fix(release): fix update version
1 parent 33c980a commit 7ccbd3e

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/api/*/typescript/package.json",
27+
path: "sdks/typescript/*/package.json",
2828
find: /"version": ".*"/,
2929
replace: `"version": "${opts.version}"`,
3030
},

0 commit comments

Comments
 (0)