mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
chore: fix promote_to_release workflow (#31186)
Part of https://github.com/denoland/deno/issues/31169
This commit is contained in:
parent
b885041588
commit
08a0846b4b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/promote_to_release.yml
vendored
2
.github/workflows/promote_to_release.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
- name: Run patchver for Windows
|
||||
shell: pwsh
|
||||
run: |
|
||||
deno install -A -n patchver https://deno.land/x/patchver@0.2.0/cli.ts
|
||||
deno install -g -A -n patchver https://deno.land/x/patchver@0.2.0/cli.ts
|
||||
$CHANNEL="${{github.event.inputs.releaseKind}}"
|
||||
# Patch deno.exe
|
||||
Move-Item -Path "deno.exe" -Destination "deno_original.exe"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue