summaryrefslogtreecommitdiff
path: root/tools/release
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-07-05 15:15:45 -0400
committerGitHub <noreply@github.com>2022-07-05 15:15:45 -0400
commitbe837ed70f663b9555c65ea1d5a3df2292533416 (patch)
tree6501bc1324185960830a8ea2dac352fd4c836306 /tools/release
parent1cc59e6c5c01efa72f6e7e1c6d0388b5782cf662 (diff)
chore(ci): fix post publish for forwarding release commit back to main (#15088)
Diffstat (limited to 'tools/release')
-rwxr-xr-xtools/release/04_post_publish.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/release/04_post_publish.ts b/tools/release/04_post_publish.ts
index 4555b445e..228bd775c 100755
--- a/tools/release/04_post_publish.ts
+++ b/tools/release/04_post_publish.ts
@@ -1,4 +1,4 @@
-#!/usr/bin/env -S deno run --allow-read --allow-write --allow-run=cargo,git --allow-net --no-check --lock=tools/deno.lock.json
+#!/usr/bin/env -S deno run --allow-read --allow-write --allow-run=cargo,git --allow-net --allow-env --no-check --lock=tools/deno.lock.json
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
import { DenoWorkspace } from "./deno_workspace.ts";
import { createOctoKit, getGitHubRepository } from "./deps.ts";