Skip to content

Commit

Permalink
ci always publish
Browse files Browse the repository at this point in the history
  • Loading branch information
simon300000 committed Oct 8, 2019
1 parent 6a04422 commit 75fbf8c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ got('https://api.github.com/repos/dd-center/DDatElectron/releases/latest', { jso
entitlementsInherit: join(__dirname, 'entitlements.mac.plist'),
hardenedRuntime: true,
gatekeeperAssess: false
},
publish: {
provider: 'github',
releaseType: publish ? 'release' : 'draft'
}
},
publish: {
provider: 'github',
publish: 'always',
releaseType: publish ? 'release' : 'draft'
}
publish: publish ? 'always' : 'never'
}).then(() => {
console.log('done')
}).catch(console.error)
Expand Down

0 comments on commit 75fbf8c

Please sign in to comment.