summaryrefslogtreecommitdiff
path: root/tools/release/deno_workspace.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/release/deno_workspace.ts')
-rw-r--r--tools/release/deno_workspace.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/release/deno_workspace.ts b/tools/release/deno_workspace.ts
index 389d8a1e1..2ffac6cca 100644
--- a/tools/release/deno_workspace.ts
+++ b/tools/release/deno_workspace.ts
@@ -56,6 +56,7 @@ export class DenoWorkspace {
return this.#repo.runCommandWithOutput([
"deno",
"run",
+ "--unstable",
"--allow-write",
"--allow-read",
"--allow-run",