Skip to content

Commit 7fb025f

Browse files
committed
chore: update chrome-webstore-upload-cli to version 3 in distribution workflow
1 parent c54657d commit 7fb025f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/distribute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Upload the package to Chrome web store
8282
if: ${{ github.event.inputs.testMode == 'false' }}
83-
run: npx chrome-webstore-upload-cli@2 upload --source chrome_extension.zip --extension-id $EXTENSION_ID --auto-publish
83+
run: npx chrome-webstore-upload-cli@3 upload --source chrome_extension.zip --extension-id $EXTENSION_ID --auto-publish
8484
env:
8585
EXTENSION_ID: ${{ secrets.CHROME_EXTENSION_ID }}
8686
CLIENT_ID: ${{secrets.CHROME_EXTENSION_CLIENT_ID}}

0 commit comments

Comments
 (0)