We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e4603 commit 5570d8fCopy full SHA for 5570d8f
.github/workflows/publish.yml
@@ -45,8 +45,9 @@ jobs:
45
REFRESH_TOKEN: ${{ secrets.GOOGLE_WEB_STORE_REFRESH_TOKEN }}
46
- name: Publish to Firefox
47
working-directory: dist-firefox
48
- run: npx web-ext sign --use-submission-api --channel listed
+ run: npx web-ext sign
49
env:
50
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_JWT_ISSUER }}
51
WEB_EXT_API_SECRET: ${{ secrets.WEB_EXT_JWT_SECRET }}
52
+ WEB_EXT_CHANNEL: listed
53
WEB_EXT_API_UPLOAD_SOURCE_CODE: codecov-browser-extension.tar.gz
0 commit comments