Skip to content

Commit

Permalink
draft release
Browse files Browse the repository at this point in the history
  • Loading branch information
simon300000 committed Oct 8, 2019
1 parent 7c799ca commit f8ffcda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ builder.build({
gatekeeperAssess: false
}
},
publish: process.env.CI ? 'always' : 'never'
publish: {
provider: 'github',
releaseType: 'draft'
}
}).then(() => {
console.log('done')
}).catch(console.error)

0 comments on commit f8ffcda

Please sign in to comment.