From 982a0f72535933fa1745c5ef09f9c7322cc6e590 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Mon, 23 Oct 2023 12:16:01 +0800 Subject: [PATCH] Update AMO submission script --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a21f7c5a..6fac091e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: created: ${{ env.DAILY_VERSION_CREATED }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version-file: .nvmrc @@ -48,7 +48,7 @@ jobs: fail-fast: false matrix: command: - - Firefox + # - Firefox # Disabled until https://github.com/fregante/browser-extension-template/issues/78 - Chrome environment: ${{ matrix.command }} runs-on: ubuntu-latest @@ -57,7 +57,7 @@ jobs: - name: Submit to Mozilla if: matrix.command == 'Firefox' working-directory: artifact - run: npx web-ext-submit@7 + run: npx web-ext@7 sign --use-submission-api --channel listed env: WEB_EXT_API_KEY: ${{ secrets.WEB_EXT_API_KEY }} WEB_EXT_API_SECRET: ${{ secrets.WEB_EXT_API_SECRET }}