Skip to content

Commit 6c25867

Browse files
authored
Merge pull request #236 from medyo/fix-firebase-import
chore: update chrome-webstore-upload-cli to version 3 in distribution…
2 parents 9e68dd7 + 7fb025f commit 6c25867

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
@@ -84,7 +84,7 @@ jobs:
8484

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

0 commit comments

Comments
 (0)