Skip to content

Commit 7ef8385

Browse files
committed
Set a default shell for all jobs
Setting the shell to 'bash' turns on -e and -o pipefail, both of which are very desirable to have. actions/runner-images#4459 (comment)
1 parent 2659a8c commit 7ef8385

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ on:
2222
required: true
2323
default: false
2424

25+
defaults:
26+
run:
27+
shell: bash
28+
2529
jobs:
2630
check-and-release:
2731
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)