From 4d035b148d393738ea9edd2b834132b3ca534dce Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 21 Oct 2013 20:11:04 -0700 Subject: [PATCH] :lipstick: --- tasks/publish-packages.coffee | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tasks/publish-packages.coffee b/tasks/publish-packages.coffee index c1f3b1727..439ccf623 100644 --- a/tasks/publish-packages.coffee +++ b/tasks/publish-packages.coffee @@ -44,10 +44,11 @@ module.exports = (grunt) -> url: "#{baseUrl}/#{packageName}/versions" json: true method: 'POST' - body: - tag: tag headers: authorization: token + body: + tag: tag + request.get requestSettings, (error, response, body={}) -> if error? callback(error)