We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf82c2 commit 627684eCopy full SHA for 627684e
1 file changed
.github/workflows/distribute.yml
@@ -41,6 +41,7 @@ jobs:
41
run: yarn
42
- name: Build and zip the extension
43
run: |
44
+ sudo apt-get install jq -y
45
echo version=${{ steps.tag_version.outputs.new_version }}
46
if [ ${{github.event.inputs.targetStore}} == 'chrome' ] || [ ${{github.event.inputs.targetStore}} == 'all' ]; then
47
yarn build-chrome
0 commit comments