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({ .pipe(release({
tag: nextVersion, tag: nextVersion,
token: ghToken, token: ghToken,
manifeste: pkg, manifest: pkg,
})) }))
}); });