Skip to content

Commit

Permalink
Update AMO submission script
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Oct 23, 2023
1 parent 499108e commit 982a0f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 982a0f7

Please sign in to comment.