Skip to content

Commit

Permalink
fix: ignore exit code from FF addon publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Jan 6, 2021
1 parent 6355a3e commit ae05d36
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ae05d36

Please sign in to comment.