Stop electron-builder trying to create GitHub releases in CI workflow (#2407)

This commit is contained in:
absidue 2022-08-12 02:35:26 +02:00 committed by GitHub
parent 5aa109dfa2
commit a2eceffcc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ builder
.build({ .build({
targets, targets,
config, config,
publish: 'never'
}) })
.then(m => { .then(m => {
console.log(m) console.log(m)