Skip to content

Commit d0bc383

Browse files
committed
fix: change shell execution from sh to bash for extension build
1 parent 06488e8 commit d0bc383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: yarn install
2121

2222
- name: Build extension
23-
run: sh make_extension.sh
23+
run: bash make_extension.sh
2424

2525
- name: Get version from version.json
2626
id: version

0 commit comments

Comments
 (0)