mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
build: use workflows for bumping versions and cargo publishing on the CI (#13995)
This commit is contained in:
parent
f61b2c0b11
commit
5cab3e7dba
13 changed files with 306 additions and 74 deletions
|
@ -12,7 +12,10 @@ export class DenoWorkspace {
|
|||
|
||||
static async load(): Promise<DenoWorkspace> {
|
||||
return new DenoWorkspace(
|
||||
await Repo.load("deno", DenoWorkspace.rootDirPath),
|
||||
await Repo.load({
|
||||
name: "deno",
|
||||
path: DenoWorkspace.rootDirPath,
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue