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({
|
.pipe(release({
|
||||||
tag: nextVersion,
|
tag: nextVersion,
|
||||||
token: ghToken,
|
token: ghToken,
|
||||||
manifeste: pkg,
|
manifest: pkg,
|
||||||
}))
|
}))
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue