fix: change web-ext sign channel from listed to unlisted
Some checks failed
CI / build-and-publish (push) Has been cancelled
Some checks failed
CI / build-and-publish (push) Has been cancelled
This commit is contained in:
@@ -62,7 +62,7 @@ jobs:
|
|||||||
npx web-ext sign \
|
npx web-ext sign \
|
||||||
--api-key ${{ secrets.MOZILLA_ADDON_API_KEY }} \
|
--api-key ${{ secrets.MOZILLA_ADDON_API_KEY }} \
|
||||||
--api-secret ${{ secrets.MOZILLA_ADDON_API_SECRET }} \
|
--api-secret ${{ secrets.MOZILLA_ADDON_API_SECRET }} \
|
||||||
--channel listed \
|
--channel unlisted \
|
||||||
--source-dir . \
|
--source-dir . \
|
||||||
--artifacts-dir dist
|
--artifacts-dir dist
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user