Stop electron-builder trying to create GitHub releases in CI workflow (#2407)
This commit is contained in:
parent
5aa109dfa2
commit
a2eceffcc8
|
@ -146,6 +146,7 @@ builder
|
||||||
.build({
|
.build({
|
||||||
targets,
|
targets,
|
||||||
config,
|
config,
|
||||||
|
publish: 'never'
|
||||||
})
|
})
|
||||||
.then(m => {
|
.then(m => {
|
||||||
console.log(m)
|
console.log(m)
|
||||||
|
|
Loading…
Reference in New Issue