From 616ce2a5f3acc0cc8d8c53959ae11aab6543fdc1 Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Tue, 29 Nov 2016 17:55:43 +0800 Subject: [PATCH] feat: simplify push arg --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index bab1f2397..519076a51 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -698,7 +698,7 @@ module.exports = (grunt) -> "replace:amsf__site__update_version" "bump-commit" ] - if grunt.option("publish") + if grunt.option("push") grunt.task.run [ "shell:amsf__release" ]