This commit is contained in:
Norbert Renner 2018-10-10 19:52:06 +02:00
parent d71a2191bb
commit dfb1ea0674

View file

@ -233,7 +233,7 @@ gulp.task('release:publish', ['release:zip'], function() {
.pipe(release({
tag: nextVersion,
token: ghToken,
manifeste: pkg,
manifest: pkg,
}))
});