There was an error while loading. Please reload this page.
1 parent c254378 commit dc7c3bcCopy full SHA for dc7c3bc
1 file changed
.github/workflows/release.yml
@@ -57,10 +57,10 @@ jobs:
57
run: |
58
case ${{ matrix.command }} in
59
chrome)
60
- cd $DIRECTORY/${{ matrix.command }} && npx chrome-webstore-upload-cli@1 upload --auto-publish
+ cd $DIRECTORY/${{ matrix.command }} && npx chrome-webstore-upload-cli@3 upload --auto-publish
61
;;
62
firefox)
63
- cd $DIRECTORY/${{ matrix.command }} && npx web-ext-submit@5
+ cd $DIRECTORY/${{ matrix.command }} && npx web-ext-submit@7
64
65
esac
66
env:
0 commit comments