We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bce259 commit 3c81294Copy full SHA for 3c81294
1 file changed
.github/workflows/release.yaml
@@ -4,6 +4,10 @@ concurrency:
4
group: ${{ github.ref }}
5
cancel-in-progress: true
6
7
+defaults:
8
+ run:
9
+ shell: bash
10
+
11
on:
12
push:
13
branches:
@@ -83,9 +87,7 @@ jobs:
83
87
steps:
84
88
- uses: actions/checkout@v4
85
89
- run: eval $(curl -sSf sh.davidalsh.com/just.sh | sh)
86
- shell: bash
90
- run: eval $(curl -sSf sh.davidalsh.com/rust.sh | sh)
91
- if: matrix.config.run
92
run: ${{ matrix.config.run }}
93
- env:
0 commit comments