Skip to content

Commit dc7c3bc

Browse files
fix pipeline
1 parent c254378 commit dc7c3bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
run: |
5858
case ${{ matrix.command }} in
5959
chrome)
60-
cd $DIRECTORY/${{ matrix.command }} && npx chrome-webstore-upload-cli@1 upload --auto-publish
60+
cd $DIRECTORY/${{ matrix.command }} && npx chrome-webstore-upload-cli@3 upload --auto-publish
6161
;;
6262
firefox)
63-
cd $DIRECTORY/${{ matrix.command }} && npx web-ext-submit@5
63+
cd $DIRECTORY/${{ matrix.command }} && npx web-ext-submit@7
6464
;;
6565
esac
6666
env:

0 commit comments

Comments
 (0)