chore: fix promote_to_release workflow (#31186)

Part of https://github.com/denoland/deno/issues/31169
This commit is contained in:
David Sherret 2025-11-04 14:43:07 +01:00 committed by GitHub
parent b885041588
commit 08a0846b4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"