diff --git a/release.config.js b/release.config.js index 56552c4..9184c5d 100644 --- a/release.config.js +++ b/release.config.js @@ -9,13 +9,14 @@ module.exports = { "semantic-release-dotnet", { paths: ["src/Directory.Build.props"], - } + }, + ], [ "semantic-release-nuget", { packArguments: ["--include-symbols", "--include-source"], - pushFiles: ["src/*/bin/Debug/*.nupkg"] - } + pushFiles: ["src/*/bin/Debug/*.nupkg"], + }, ], "@semantic-release/changelog", "@semantic-release/git",