Fix typo
This commit is contained in:
parent
d71a2191bb
commit
dfb1ea0674
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ gulp.task('release:publish', ['release:zip'], function() {
|
|||
.pipe(release({
|
||||
tag: nextVersion,
|
||||
token: ghToken,
|
||||
manifeste: pkg,
|
||||
manifest: pkg,
|
||||
}))
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue