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