Skip to content

Commit f7d1a61

Browse files
committed
test: disable shell: bash to verify root cause of Windows version issue
1 parent 46213c7 commit f7d1a61

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
contents: read
4444
env:
4545
VERSION: ${{ needs.prepare.outputs.version }}
46-
defaults:
47-
run:
48-
shell: bash
46+
# defaults:
47+
# run:
48+
# shell: bash
4949
strategy:
5050
fail-fast: false
5151
matrix:

0 commit comments

Comments
 (0)