Skip to content

Commit 627684e

Browse files
committed
install jq before building the extension
1 parent aaf82c2 commit 627684e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/distribute.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
run: yarn
4242
- name: Build and zip the extension
4343
run: |
44+
sudo apt-get install jq -y
4445
echo version=${{ steps.tag_version.outputs.new_version }}
4546
if [ ${{github.event.inputs.targetStore}} == 'chrome' ] || [ ${{github.event.inputs.targetStore}} == 'all' ]; then
4647
yarn build-chrome

0 commit comments

Comments
 (0)