We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06488e8 commit d0bc383Copy full SHA for d0bc383
.github/workflows/build_and_deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
run: yarn install
21
22
- name: Build extension
23
- run: sh make_extension.sh
+ run: bash make_extension.sh
24
25
- name: Get version from version.json
26
id: version
0 commit comments