Skip to content

Commit

Permalink
Update deployment script to restore Firefox support
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jun 30, 2024
1 parent 78e1cc4 commit 45b9220
Showing 1 changed file with 4 additions and 0 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

0 comments on commit 45b9220

Please sign in to comment.