Skip to content

Commit

Permalink
Use Manifest v3 (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Jun 30, 2024
1 parent 318d183 commit 331c70f
Show file tree
Hide file tree
Showing 6 changed files with 1,143 additions and 409 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4

# Drop after https://github.com/parcel-bundler/parcel/issues/9458
- run: npx dot-json@1 manifest.json background.scripts '["background.js"]' --json-value
working-directory: artifact
- run: npx web-ext@8 sign --channel listed
working-directory: artifact
env:
Expand Down
Loading

0 comments on commit 331c70f

Please sign in to comment.