We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d30ab commit 2e666e8Copy full SHA for 2e666e8
1 file changed
.github/workflows/make-rel-ios.yml
@@ -85,6 +85,7 @@ jobs:
85
CHROME_PK: ${{secrets.CHROME_PK}}
86
- name: Build
87
run: yarn run make:${{ matrix.make_target }}
88
+ if: ${{ matrix.make_target != 'ios' }}
89
env:
90
WEB_EXT_SOURCE_DIR: "dist"
91
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }}
0 commit comments