chore: github action
This commit is contained in:
parent
b6799fef01
commit
01f490b60f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue