diff --git a/gulpfile.js b/gulpfile.js index 5389fe5..5efa1d1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -233,7 +233,7 @@ gulp.task('release:publish', ['release:zip'], function() { .pipe(release({ tag: nextVersion, token: ghToken, - manifeste: pkg, + manifest: pkg, })) });