Fix Windows: use 'powershell' instead of 'pwsh'
Some checks failed
Release / build-macos (push) Failing after 35s
Release / build-linux (push) Failing after 37s
Release / build-windows (push) Failing after 1m10s
Release / deploy (push) Has been skipped

PowerShell Core (pwsh) is not installed on the Windows runner.
Windows PowerShell 5.1 (powershell) is always available.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
njohnson 2026-01-13 19:06:24 -05:00
parent d53c6d019f
commit 7549f26a6d

View File

@ -131,7 +131,7 @@ jobs:
echo Definitions and docs packaged
- name: Update Package Versions
shell: pwsh
shell: powershell
run: |
$VERSION = $env:CLEAN_VERSION
$CHANNEL = $env:CHANNEL