Skip to content

Commit cac0a8c

Browse files
committed
FIX: bug in publish build script
1 parent 29c832a commit cac0a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/publish.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ createRelease = (token) ->
5050
handleError error
5151
else if response.statusCode.toString().search(/2\d\d/) > -1
5252
message = "#{pkg.name} v#{pkg.version} released on github!"
53-
gutil.log gutil.colors.green successMsg
53+
gutil.log gutil.colors.green message
5454
else
5555
message = "#{response.statusCode} #{JSON.stringify response.body}"
5656
handleError gutil.colors.red message

0 commit comments

Comments
 (0)