From d0a2c57eaf61bfda790940812860fcd72a278dc8 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Wed, 13 Dec 2023 10:33:28 +0800 Subject: [PATCH] Use latest `chrome-webstore-upload` version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}