diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f191eafd..a6e477d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/download-artifact@v3 - - run: npx chrome-webstore-upload-cli@2 upload --auto-publish + - run: npx chrome-webstore-upload-cli@3 upload --auto-publish working-directory: artifact env: EXTENSION_ID: ${{ secrets.EXTENSION_ID }}