mirror of
https://github.com/zhigang1992/connect.git
synced 2026-04-24 05:05:50 +08:00
fix: ignore exit code from FF addon publish
This commit is contained in:
7
.github/workflows/publish.yml
vendored
7
.github/workflows/publish.yml
vendored
@@ -31,10 +31,16 @@ jobs:
|
||||
name: connect-extension
|
||||
path: connect-extension.zip
|
||||
- name: Sign Production Firefox version
|
||||
continue-on-error: true
|
||||
run: yarn web-ext sign --channel=listed
|
||||
env:
|
||||
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }}
|
||||
WEB_EXT_API_SECRET: ${{ secrets.WEB_EXT_API_SECRET }}
|
||||
- uses: actions/upload-artifact@v2
|
||||
name: Upload Firefox Add-On XPI
|
||||
with:
|
||||
name: connect-addon
|
||||
path: web-ext-artifacts/*.xpi
|
||||
|
||||
deploy-prod-apps:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -56,7 +62,6 @@ jobs:
|
||||
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
|
||||
- name: Install monorepo deps
|
||||
run: yarn --frozen-lockfile
|
||||
if: steps.lerna-cache.outputs.cache-hit != 'true'
|
||||
- name: Build Blockstack App
|
||||
run: yarn prod:web
|
||||
working-directory: packages/app
|
||||
|
||||
Reference in New Issue
Block a user