Skip to content

Commit fb972d4

Browse files
committed
Specify bash when running shell commands
1 parent 667a0d0 commit fb972d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/checkout@v3
2020

2121
- name: Validate toolchain
22+
shell: bash
2223
run: |
2324
echo "RUST_VERSION=$(rustc --version | cut -d ' ' -f 2)" >> ${GITHUB_ENV}
2425
@@ -40,6 +41,7 @@ jobs:
4041
4142
- name: Prepare target name
4243
id: prepare
44+
shell: bash
4345
run: |
4446
case "${{ runner.os }}" in
4547
Linux)

0 commit comments

Comments
 (0)