diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-08-08 19:31:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-08 19:31:45 -0400 |
commit | af618e3b8fb11f3947ab5ded9523cdca9cf77ced (patch) | |
tree | ba864ab239ea334531214fa43cb4003a53509d41 /tools/cut_a_release.md | |
parent | daaa509ee5e79e938e166dcaf6cdd758030021be (diff) |
chore: make the start_release workflow go faster (#15416)
Diffstat (limited to 'tools/cut_a_release.md')
-rw-r--r-- | tools/cut_a_release.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/cut_a_release.md b/tools/cut_a_release.md index 47ecf2926..843c94039 100644 --- a/tools/cut_a_release.md +++ b/tools/cut_a_release.md @@ -3,6 +3,6 @@ 1. Go to this workflow: https://github.com/denoland/deno/actions/workflows/start_release.yml 1. Select the kind of release, then run the workflow. -1. In the "Run start release" step, look at the bottom of the output to get the - gist url. -1. Fork the gist, and follow the instructions. +1. Wait for the "Create Gist URL" step to complete and look at its output for + the Gist URL. +1. Follow the instructions in the gist. |