Skip to content

Commit

Permalink
Build for production fix (#7197)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Dec 24, 2023
1 parent 58fe83b commit 1577d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- run: npm ci
- run: npm run build
env:
MV: ${{ matrix.MV }}
ROLLBAR_BROWSER_ACCESS_TOKEN: ${{ secrets.ROLLBAR_BROWSER_ACCESS_TOKEN }}
ROLLBAR_POST_SERVER_ITEM_TOKEN: ${{ secrets.ROLLBAR_POST_SERVER_ITEM_TOKEN }}
CHROME_MANIFEST_KEY: ${{ secrets.CHROME_MANIFEST_PROD_PUBLIC_KEY }}
Expand Down

0 comments on commit 1577d9a

Please sign in to comment.