Skip to content

Commit 235222c

Browse files
authored
Use bash shell on Windows runner (#163)
1 parent bdc5e4a commit 235222c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
steps:
4747
- name: Get release tag value
4848
id: version-tag
49+
shell: bash
4950
run: |
5051
if [ -n "${{ inputs.version }}" ]; then
5152
echo "ref=${{ inputs.version }}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)