fix(semantic-release-nuget): fixing typo
This commit is contained in:
parent
7c7734b03b
commit
4ce4fe26cb
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ module.exports = {
|
||||||
"semantic-release-nuget",
|
"semantic-release-nuget",
|
||||||
{
|
{
|
||||||
packArguments: ["--include-symbols", "--include-source"],
|
packArguments: ["--include-symbols", "--include-source"],
|
||||||
pushFiles: "bin/*.nukpkg",
|
pushFiles: "bin/*.nupkg",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
"@semantic-release/changelog",
|
"@semantic-release/changelog",
|
||||||
|
|
Reference in a new issue