Skip to content

Commit 17cda1f

Browse files
committed
fixup! chore: add dependency checks to release scripts
1 parent 72d8b50 commit 17cda1f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ jobs:
116116
restore-keys: |
117117
js-${{ runner.os }}-
118118
119+
- name: which bash
120+
run: |
121+
which bash
122+
echo "$0"
123+
119124
- name: Install dependencies
120125
run: |
121126
brew install bash

0 commit comments

Comments
 (0)