We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e68dd7 + 7fb025f commit 6c25867Copy full SHA for 6c25867
.github/workflows/distribute.yml
@@ -84,7 +84,7 @@ jobs:
84
85
- name: Upload the package to Chrome web store
86
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
+ run: npx chrome-webstore-upload-cli@3 upload --source chrome_extension.zip --extension-id $EXTENSION_ID --auto-publish
88
env:
89
EXTENSION_ID: ${{ secrets.CHROME_EXTENSION_ID }}
90
CLIENT_ID: ${{secrets.CHROME_EXTENSION_CLIENT_ID}}
0 commit comments