Skip to content

Commit 7fc34a8

Browse files
committed
chore: Update release workflow to use pwsh instead of powershell for script execution
1 parent 0cfbd35 commit 7fc34a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737

3838
- name: Check what GoReleaser created
3939
run: ./scripts/check-goreleaser-output.ps1
40-
shell: powershell
40+
shell: pwsh
4141

4242
- name: Fix Scoop Manifest (Test - Log Only)
4343
run: ./scripts/fix-scoop-manifest.ps1
44-
shell: powershell
44+
shell: pwsh
4545

4646
- name: Show what would be committed
4747
run: ./scripts/show-commit-summary.ps1
48-
shell: powershell
48+
shell: pwsh

0 commit comments

Comments
 (0)