Skip to content

Commit 77cfd32

Browse files
committedJul 27, 2021
1.6.2-alpah.6
1 parent 6b0eb05 commit 77cfd32

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,6 @@ jobs:
4242

4343
# If the commit is tagged with a version (e.g. "v1.0.0"),
4444
# release the app after building
45-
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
45+
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
46+
env:
47+
NODE_OPTIONS: '--max_old_space_size=4096'

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "digital-paper-edit-electron",
33
"productName": "autoEdit 3",
4-
"version": "1.6.2-alpha.5",
4+
"version": "1.6.2-alpha.6",
55
"description": "Digital Paper Edit app",
66
"main": "src/electron-main.js",
77
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.