fix(semantic-release-nuget): fixing typo

This commit is contained in:
Dylan R. E. Moonfire 2021-09-04 13:27:06 -05:00
parent 7c7734b03b
commit 4ce4fe26cb

View file

@ -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",