2020 cache : npm
2121
2222 - name : Install dependencies
23- run : npm ci
24-
23+ run : npm install --force
24+
2525 - name : Install electron-builder
2626 run : npm i electron-builder -g
2727
@@ -54,36 +54,36 @@ jobs:
5454 publish_on_macos :
5555 runs-on : macOS-latest
5656 steps :
57- - name : Checkout repository
58- uses : actions/checkout@v3
59-
60- - name : Install Node v20
61- uses : actions/setup-node@v3
62- with :
63- node-version : 20
64- cache : npm
65-
66- - name : Install Python
67- run : brew install python@3.11
68-
69- - name : " Install Python setuptools"
70- run : brew install python-setuptools
71-
72- - name : Install Build Tools
73- run : |
74- brew install libtool automake autoconf
75- sudo xcode-select --reset
76-
77- - name : Update node-gyp
78- run : npm install -g node-gyp
79-
80- - name : Install dependencies
81- run : npm ci
82-
83- - name : Install electron-builder
84- run : npm i electron-builder -g
85-
86- - name : Publish
87- env :
88- GH_TOKEN : ${{ secrets.TOKEN }}
89- run : npm run publish:mac
57+ - name : Checkout repository
58+ uses : actions/checkout@v3
59+
60+ - name : Install Node v20
61+ uses : actions/setup-node@v3
62+ with :
63+ node-version : 20
64+ cache : npm
65+
66+ - name : Install Python
67+ run : brew install python@3.11
68+
69+ - name : " Install Python setuptools"
70+ run : brew install python-setuptools
71+
72+ - name : Install Build Tools
73+ run : |
74+ brew install libtool automake autoconf
75+ sudo xcode-select --reset
76+
77+ - name : Update node-gyp
78+ run : npm install -g node-gyp
79+
80+ - name : Install dependencies
81+ run : npm ci
82+
83+ - name : Install electron-builder
84+ run : npm i electron-builder -g
85+
86+ - name : Publish
87+ env :
88+ GH_TOKEN : ${{ secrets.TOKEN }}
89+ run : npm run publish:mac
0 commit comments