Skip to content

Commit 1ea8ecd

Browse files
tucktuckg00seclaude
andcommitted
fix: force bash shell on Windows CI to fix version string parsing
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c32f26f commit 1ea8ecd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
build-windows:
1010
runs-on: windows-latest
11+
defaults:
12+
run:
13+
shell: bash
1114
steps:
1215
- uses: actions/checkout@v4
1316
with:

0 commit comments

Comments
 (0)