mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 03:02:03 +00:00
fix: add cli-shared publishing to release workflow
This commit is contained in:
parent
7404e86975
commit
e0573ebaf5
3 changed files with 51 additions and 2 deletions
|
|
@ -17,6 +17,11 @@ export async function updateVersion(opts: ReleaseOpts) {
|
|||
find: /\[workspace\.package\]\nversion = ".*"/,
|
||||
replace: `[workspace.package]\nversion = "${opts.version}"`,
|
||||
},
|
||||
{
|
||||
path: "sdks/cli-shared/package.json",
|
||||
find: /"version": ".*"/,
|
||||
replace: `"version": "${opts.version}"`,
|
||||
},
|
||||
{
|
||||
path: "sdks/typescript/package.json",
|
||||
find: /"version": ".*"/,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue