Skip to content

Commit 1c33a85

Browse files
Use bash
1 parent 871f7ef commit 1c33a85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161

6262
- name: Make
6363
if: startsWith(github.ref, 'refs/tags/')
64+
shell: bash
6465
run: |
6566
if [ "${{ runner.os }}" == "macOS" ]; then
6667
pnpm make -- --arch=universal

0 commit comments

Comments
 (0)