Skip to content

Commit 3607070

Browse files
committed
Forgot to update task name
1 parent 44adca4 commit 3607070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ module.exports = function(grunt) {
643643
});
644644

645645
grunt.registerTask('release', 'Release a new version out info the world', function () {
646-
grunt.task.run(['clean', 'ngtemplates', 'build', 'cut-release', 'gh-pages:ui-grid.info']);
646+
grunt.task.run(['clean', 'ngtemplates', 'build', 'cut-release', 'gh-pages:ui-grid-site']);
647647

648648
// If there's a tag on this commit, release a new version to bower
649649
if (currentTag) {

0 commit comments

Comments
 (0)