fix: fix build failure

This commit is contained in:
Patryk Hegenberg 2024-11-25 20:18:49 +01:00
parent 11a4aea231
commit 482fb2f3c2

View file

@ -8,6 +8,7 @@ on:
env:
# Necessary for most environments as build failure can occur due to OOM issues
NODE_OPTIONS: "--max-old-space-size=4096"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
@ -57,5 +58,3 @@ jobs:
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}