Skip to content

Commit

Permalink
feat: simplify push arg
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Nov 29, 2016
1 parent 9822e18 commit 616ce2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down

0 comments on commit 616ce2a

Please sign in to comment.