Skip to content

Commit

Permalink
Fix AMO release flow again.....
Browse files Browse the repository at this point in the history
  • Loading branch information
iansan5653 authored Oct 4, 2023
1 parent 29f4dcf commit eca00e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm ci

- name: Update version in manifest.json
run: npx dot-json@1 manifest.json version "${{github.ref_name}}"

- run: npm run build

- run: npx web-ext@7 sign --use-submission-api --channel listed --ignore-files .* node_modules web-ext-artifacts src "assets/!(icon*)" @types *config* package*
env:
WEB_EXT_API_KEY: ${{ secrets.AMO_API_KEY }}
Expand Down

0 comments on commit eca00e5

Please sign in to comment.