From e0715f1a4683ad27afcfb16f9d6aad6101881b90 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Fri, 7 Jun 2024 16:34:44 +0800 Subject: [PATCH] `web-ext/release` - Update dependencies Includes https://github.com/fregante/chrome-webstore-upload-cli/pull/81 and web-ext@8 --- webext/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webext/release.yml b/webext/release.yml index 7d686c4..62d887b 100644 --- a/webext/release.yml +++ b/webext/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 working-directory: artifact env: EXTENSION_ID: ${{ secrets.EXTENSION_ID }} @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/download-artifact@v3 - - run: npx web-ext@7 sign --use-submission-api --channel listed + - run: npx web-ext@8 sign --channel listed working-directory: artifact env: WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }}