mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
POST data as JSON
This commit is contained in:
@@ -150,8 +150,7 @@ createAtomDraftRelease = (callback) ->
|
||||
uri: 'https://api.github.com/repos/atom/atom/releases'
|
||||
method: 'POST'
|
||||
headers: defaultHeaders
|
||||
json: true
|
||||
qs:
|
||||
json:
|
||||
tag_name: "v#{version}"
|
||||
name: version
|
||||
draft: true
|
||||
|
||||
Reference in New Issue
Block a user