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

This commit is contained in:
Space-Banane
2026-02-17 16:43:18 +01:00
parent 414eebee5f
commit 1ae6d73338
3 changed files with 9 additions and 4 deletions

View File

@@ -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'