Skip to content

Commit

Permalink
ci(release): Increase heap size for publish script (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
going-confetti authored Jan 24, 2025
1 parent 93ead88 commit dbebeed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- name: publish macOS
if: startsWith(matrix.platform, 'macos-')
env:
NODE_OPTIONS: '--max_old_space_size=8192'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# notarization
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
Expand All @@ -71,9 +72,9 @@ jobs:
SENTRY_ORG: ${{ vars.SENTRY_ORG }}
SENTRY_PROJECT: ${{ vars.SENTRY_PROJECT }}
run: |
# on macos we also build the x64 app separately
npm run publish -- --arch=x64
npm run publish
# on macos we also build the x64 app separately
npm run publish -- --arch=x64
npm run publish
- name: publish Windows
if: startsWith(matrix.platform, 'windows-')
Expand Down

0 comments on commit dbebeed

Please sign in to comment.