Skip to content

Commit 5570d8f

Browse files
authored
fix: Source archive upload (#121)
Fix incorrect call to web-ext. They changed the api in version 8 and I was reading about version 7.
1 parent b7e4603 commit 5570d8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ jobs:
4545
REFRESH_TOKEN: ${{ secrets.GOOGLE_WEB_STORE_REFRESH_TOKEN }}
4646
- name: Publish to Firefox
4747
working-directory: dist-firefox
48-
run: npx web-ext sign --use-submission-api --channel listed
48+
run: npx web-ext sign
4949
env:
5050
WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_JWT_ISSUER }}
5151
WEB_EXT_API_SECRET: ${{ secrets.WEB_EXT_JWT_SECRET }}
52+
WEB_EXT_CHANNEL: listed
5253
WEB_EXT_API_UPLOAD_SOURCE_CODE: codecov-browser-extension.tar.gz

0 commit comments

Comments
 (0)