Skip to content

Commit

Permalink
chore: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmader committed Oct 30, 2020
1 parent b6799fe commit 01f490b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # 0301...

- run: mkdir -p web-ext-artifacts
- name: Sign Firefox Extension
id: web_ext_sign
uses: kewisch/action-web-ext@v1
continue-on-error: true
with:
cmd: sign
source: dist/ext.zip
Expand Down

0 comments on commit 01f490b

Please sign in to comment.