Skip to content

Commit 1b0f154

Browse files
committed
fix: add shell: bash to release build step for Windows compatibility
1 parent 8bc1a59 commit 1b0f154

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
GOOS: ${{ matrix.goos }}
5656
GOARCH: ${{ matrix.goarch }}
5757
CGO_ENABLED: 1
58+
shell: bash
5859
run: |
5960
VERSION=${GITHUB_REF#refs/tags/}
6061
COMMIT=${GITHUB_SHA::7}

0 commit comments

Comments
 (0)