diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index db83fed..5ee0d40 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -119,7 +119,7 @@ jobs: @("verbosity", "${{github.event.inputs.verbosity}}", "minimal"), @("publish", "${{github.event.inputs.publish}}", "true"), @("package", "${{github.event.inputs.package}}", "true"), - @("publishSymbols", "${{github.event.inputs.publishSymbols}}", "false"), + @("publishSymbols", "${{github.event.inputs.publishSymbols}}", "true"), @("removePrereleases", "${{github.event.inputs.removePrereleases}}", "false"), @("skipTests", "${{github.event.inputs.skipTests}}", "false"), @("runCoverage", "${{github.event.inputs.runCoverage}}", "true")