mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-12 22:50:54 +03:00
POST data as JSON
This commit is contained in:
parent
d931b3ed5c
commit
a01e6e543e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user