Skip to content

Commit

Permalink
FIX: error in publish.coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
farthinker committed Aug 3, 2016
1 parent e7b4d33 commit e22200a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/publish.coffee
Expand Up @@ -22,9 +22,9 @@ createRelease = (done) ->
return

request
uri: '''
uri: """
https://api.github.com/repos/#{pkg.githubOwner}/#{pkg.githubName}/releases
'''
"""
method: 'POST'
json: true
body:
Expand Down

0 comments on commit e22200a

Please sign in to comment.