mirror of https://github.com/FreeTubeApp/FreeTube
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({
|
||||
targets,
|
||||
config,
|
||||
publish: 'never'
|
||||
})
|
||||
.then(m => {
|
||||
console.log(m)
|
||||
|
|
Loading…
Reference in New Issue