From 1e8dd7a9a9d69d13173e513ab8fcb3116bd04f8b Mon Sep 17 00:00:00 2001 From: "Dylan R. E. Moonfire" Date: Sat, 11 Sep 2021 13:40:29 -0500 Subject: [PATCH] fix(nuget): fixing packaging and versioning --- release.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release.config.js b/release.config.js index d6427b1..56552c4 100644 --- a/release.config.js +++ b/release.config.js @@ -14,8 +14,8 @@ module.exports = { "semantic-release-nuget", { packArguments: ["--include-symbols", "--include-source"], - pushFiles: ["src/*/bin/Debug/*.nupkg"], - }, + pushFiles: ["src/*/bin/Debug/*.nupkg"] + } ], "@semantic-release/changelog", "@semantic-release/git",