File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 5353 pnpm compile:electron
5454 env :
5555 GH_TOKEN : ${{ secrets.GH_BOT_TOKEN }}
56-
57- - uses : marvinpinto/action-automatic-releases@latest
58- with :
59- repo_token : ${{ secrets.GITHUB_TOKEN }}
60- prerelease : false
61- files : |
62- packages/app/dist
63- automatic_release_tag : latest
64- title : " AdminControl"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ if (process.env.GITHUB_ACTIONS === undefined) {
1818} else {
1919 console . info ( 'CI detected; building for publish...' ) ;
2020 execa . commandSync (
21- 'electron-builder build --config .electron-builder.config.js --config.asar=false --mac' ,
21+ 'electron-builder build --config .electron-builder.config.js --config.asar=false --mac --publish always ' ,
2222 { stdio : 'inherit' , env : { MODE : 'production' } }
2323 ) ;
2424}
You can’t perform that action at this time.
0 commit comments