fix: update channel to listed in web-ext sign command and add metadata.json
Some checks failed
CI / build-and-publish (push) Failing after 36s
Some checks failed
CI / build-and-publish (push) Failing after 36s
This commit is contained in:
@@ -62,10 +62,11 @@ jobs:
|
||||
npx web-ext sign \
|
||||
--api-key ${{ secrets.MOZILLA_ADDON_API_KEY }} \
|
||||
--api-secret ${{ secrets.MOZILLA_ADDON_API_SECRET }} \
|
||||
--channel unlisted \
|
||||
--channel listed \
|
||||
--approval-timeout 0 \
|
||||
--source-dir . \
|
||||
--artifacts-dir dist
|
||||
--amo-metadata metadata.json
|
||||
|
||||
- name: Push changes
|
||||
if: github.event_name == 'push'
|
||||
|
||||
Reference in New Issue
Block a user