Skip to content

Commit

Permalink
fix: release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaswma committed Feb 4, 2025
1 parent f08d36e commit 0515f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 20
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: NODE_OPTIONS="--max-old-space-size=4096" yarn build:chrome
- run: NODE_OPTIONS="--max-old-space-size=8192" yarn build:chrome
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0515f73

Please sign in to comment.