Try to make firefox publish work

This commit is contained in:
Vendicated 2022-12-01 19:43:49 +01:00
parent f1fb79d2c5
commit daf3a1dcac
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3
2 changed files with 11 additions and 13 deletions

View file

@ -35,7 +35,7 @@ jobs:
- name: Sign firefox extension
run: |
pnpx web-ext sign --api-key $WEBEXT_USER --api-secret $WEBEXT_SECRET
pnpx web-ext sign --api-key $WEBEXT_USER --api-secret $WEBEXT_SECRET --channel=listed
env:
WEBEXT_USER: ${{ secrets.WEBEXT_USER }}
WEBEXT_SECRET: ${{ secrets.WEBEXT_SECRET }}