Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
samlhuillier committed Nov 12, 2024
1 parent 76b58c5 commit 57bf9b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_OPTIONS: "--max-old-space-size=8192"
run: |
npm run build
- name: Notarize macOS build
Expand All @@ -58,6 +59,8 @@ jobs:
run: npm run notarize
- name: Build for non-macOS
if: matrix.os != 'macos-13' && matrix.os != 'macos-latest'
env:
NODE_OPTIONS: "--max-old-space-size=8192"
run: |
npm run build
- name: Set version as env
Expand Down

0 comments on commit 57bf9b4

Please sign in to comment.